Skip to content

Commit

Permalink
Work on check-linux-gnu-alma, check-solaris11-omnios: Use GCC 14.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaible committed Jan 24, 2025
1 parent d1a75b6 commit 070a0b2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/many-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ jobs:
: " https://repo.almalinux.org/almalinux/9/CRB/x86_64/os/Packages/"
: " https://repo.almalinux.org/almalinux/9/devel/x86_64/os/Packages/"
: "Explanation: https://wiki.almalinux.org/repos/AlmaLinux.html"
yum -y install glibc-gconv-extra make gcc gcc-c++ diffutils
yum -y install glibc-gconv-extra make gcc-toolset-14-gcc gcc-toolset-14-gcc-c++ diffutils
. /opt/rh/gcc-toolset-14/enable
cd /work
ls -l
export CPPFLAGS="-Wall"
Expand Down Expand Up @@ -580,13 +581,13 @@ jobs:
# Doc: https://github.com/vmactions/omnios-vm
- uses: vmactions/omnios-vm@v1
with:
release: "r151048"
release: "r151052"
mem: 2048
prepare: |
: "Install Solaris packages"
: "List of packages: https://pkg.omnios.org/r151048/core/en/index.shtml"
: "List of packages: https://pkg.omnios.org/r151052/core/en/index.shtml"
pkg install \
developer/gcc13 developer/object-file system/header system/library/math \
developer/gcc14 developer/object-file system/header system/library/math \
developer/build/gnu-make
run: |
set -x
Expand Down

0 comments on commit 070a0b2

Please sign in to comment.