Skip to content

Commit

Permalink
Github actions:
Browse files Browse the repository at this point in the history
* Add Debian 11, 12 and Rocky Linux 9 builds.
* Do release build with Ubuntu 24.04.
  • Loading branch information
mikeov committed Oct 26, 2024
1 parent 0f2fab2 commit a7ff745
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,18 @@ jobs:
linux-build-docker:
strategy:
matrix:
distro: [ubuntu, centos, debian, i386/ubuntu]
distro: [ubuntu, centos, rockylinux, debian, i386/ubuntu]
exclude:
- distro: ubuntu
- distro: centos
- distro: rockylinux
- distro: debian
- distro: i386/ubuntu
include:
- distro: ubuntu
ver: 24.04
codecov: no
btype: debug
btype: release
buser: qfsbuild
- distro: ubuntu
ver: 22.04
Expand Down Expand Up @@ -67,6 +68,16 @@ jobs:
codecov: no
btype: release
buser: qfsbuild
- distro: debian
ver: 12
codecov: no
btype: release
buser: qfsbuild
- distro: debian
ver: 11
codecov: no
btype: release
buser: qfsbuild
- distro: debian
ver: 10
codecov: no
Expand All @@ -87,6 +98,11 @@ jobs:
codecov: no
btype: release
buser: qfsbuild
- distro: rockylinux
ver: 9
codecov: no
btype: release
buser: qfsbuild
- distro: i386/ubuntu
ver: 18.04
codecov: no
Expand Down Expand Up @@ -180,7 +196,7 @@ jobs:
run: aws s3 cp build/qfs-*.tgz s3://quantcast-qfs

cygwin-build:
if: ${{ false }} # turn off for now
if: ${{ false }} # turn off for now
runs-on: windows-latest
env:
CYG_MIRROR: http://cygwin.mirror.constant.com
Expand Down

0 comments on commit a7ff745

Please sign in to comment.