Skip to content

Commit

Permalink
CI: avoid gcc14
Browse files Browse the repository at this point in the history
  • Loading branch information
pajod committed Nov 30, 2024
1 parent c998646 commit ff48a1f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/illumos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
# /tmp/.nginx must exist because nginx will not create configured tmp
# build-essential shall point to suitable gcc13/gcc14/..
# TODO: replace python-MN with version-agnostic alias
# release: "r151048"
# pinning below r151050 to avoid gcc14 incompat
release: "r151050"
prepare: |
pkg install pip-312 python-312 sqlite-3 nginx gcc14
pkg install pip-312 python-312 sqlite-3 nginx gcc13
usesh: true
copyback: false
run: |
Expand Down

0 comments on commit ff48a1f

Please sign in to comment.