From ff48a1ff0e9fef2f025ddb30e47922cdce4e99d8 Mon Sep 17 00:00:00 2001 From: "Paul J. Dorn" Date: Sat, 30 Nov 2024 23:33:47 +0100 Subject: [PATCH] CI: avoid gcc14 --- .github/workflows/illumos.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/illumos.yml b/.github/workflows/illumos.yml index 994990ec1..5f6c0f487 100644 --- a/.github/workflows/illumos.yml +++ b/.github/workflows/illumos.yml @@ -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: |