Skip to content

Commit

Permalink
github-ci: update Fedora 39 jobs to 41
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien committed Jan 6, 2025
1 parent def22fa commit c70f4d5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -656,10 +656,10 @@ jobs:
- run: make clean
- run: make -j ${{ env.CPUS }}

fedora-39-sv-codecov:
name: Fedora 39 (Suricata Verify codecov)
fedora-41-sv-codecov:
name: Fedora 41 (Suricata Verify codecov)
runs-on: ubuntu-latest
container: fedora:39
container: fedora:41
needs: [prepare-deps, prepare-cbindgen]
steps:

Expand Down Expand Up @@ -718,7 +718,7 @@ jobs:
zlib-devel
# packaged Rust version has no profiler support built in, so get from rustup
- name: Install Rust
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.67.1 -y
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.83 -y
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: ./.github/actions/install-cbindgen
Expand Down Expand Up @@ -752,11 +752,11 @@ jobs:
fail_ci_if_error: false
flags: suricata-verify

# Fedora 39 build using Clang.
fedora-39-clang:
name: Fedora 39 (clang, debug, asan, wshadow, rust-strict, systemd)
# Fedora 41 build using Clang.
fedora-41-clang:
name: Fedora 41 (clang, debug, asan, wshadow, rust-strict, systemd)
runs-on: ubuntu-latest
container: fedora:39
container: fedora:41
needs: [prepare-deps, prepare-cbindgen]
steps:

Expand Down Expand Up @@ -859,10 +859,10 @@ jobs:
- run: src/suricata --build-info | grep -E "Systemd support:\s+yes" &> /dev/null

# Fedora 39 build using GCC.
fedora-39-gcc:
name: Fedora 39 (gcc, debug, asan, wshadow, rust-strict)
fedora-41-gcc:
name: Fedora 41 (gcc, debug, asan, wshadow, rust-strict)
runs-on: ubuntu-latest
container: fedora:39
container: fedora:41
needs: [prepare-deps, prepare-cbindgen]
steps:

Expand Down

0 comments on commit c70f4d5

Please sign in to comment.