Commit 39617f75 authored by Samir Halilcevic's avatar Samir Halilcevic

Updates Fedora to version 38 in the CI

parent 7d2f7b81
FROM fedora:35 FROM fedora:37
RUN dnf update -y \ RUN dnf update -y \
&& dnf clean all \ && dnf clean all \
......
FROM fedora:36 FROM fedora:38
RUN dnf update -y \ RUN dnf update -y \
&& dnf clean all \ && dnf clean all \
......
...@@ -46,10 +46,10 @@ freebsd12_task: ...@@ -46,10 +46,10 @@ freebsd12_task:
build_script: .ci/run.sh build .ci/debug-flags.cmake . build build_script: .ci/run.sh build .ci/debug-flags.cmake . build
test_script: .ci/run.sh test build net.udp_datagram_socket test_script: .ci/run.sh test build net.udp_datagram_socket
# Fedora 36 EOL: May 2023 # Fedora 38 EOL: May 2024
sanitizers_task: sanitizers_task:
container: container:
dockerfile: .ci/fedora-36/Dockerfile dockerfile: .ci/fedora-38/Dockerfile
<< : *RESOURCES_TEMPLATE << : *RESOURCES_TEMPLATE
prepare_script: .ci/run.sh assert UBSanitizer prepare_script: .ci/run.sh assert UBSanitizer
<< : *ASAN_BUILD_TEMPLATE << : *ASAN_BUILD_TEMPLATE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment