Skip to content

Commit

Permalink
Remove Ubuntu 18.04 and upgrade Fedora to 39 and RHEL to 9.4 (#1408)
Browse files Browse the repository at this point in the history
* ci: drop Ubuntu18.04 and add Ubuntu 24.04

* ci: allow to break system packages as we are in a container

* bump fedora and FreeBSD

* CI: Bump RHEL to 9.4

* Delete `.cirrus.yml`

* Revert FreeBSD back to 13.2

* Add `additional-pip-flags`

* Add `--break-system-packages` for Ubuntu 24.04

* Remove Ubuntu 24.04

* Remove Ubuntu 24.04

---------

Co-authored-by: seladb <pcapplusplus@gmail.com>
  • Loading branch information
clementperon and seladb authored Jul 5, 2024
1 parent 14d5098 commit 8bc820b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,13 @@ jobs:
- image: ubuntu2004
python: python3
config-zstd: OFF
- image: ubuntu2004-zstd
- image: rhel94
python: python3
config-zstd: ON
- image: ubuntu1804
python: python3.8
config-zstd: OFF
- image: rhel93
- image: ubuntu2004-zstd
python: python3
config-zstd: OFF
- image: fedora37
config-zstd: ON
- image: fedora39
python: python3
config-zstd: OFF
- image: alpine317
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ jobs:
additional-flags: -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx
- image: ubuntu2004
config-zstd: OFF
- image: ubuntu1804
- image: rhel94
config-zstd: OFF
- image: rhel93
config-zstd: OFF
- image: fedora37
- image: fedora39
config-zstd: OFF
- image: alpine317
config-zstd: OFF
Expand Down

0 comments on commit 8bc820b

Please sign in to comment.