From 8f2e83c3828b9cb9891766f31b695d5f80c63e75 Mon Sep 17 00:00:00 2001 From: Felicitas Pojtinger Date: Wed, 13 Sep 2023 02:47:02 +0200 Subject: [PATCH] build: Disable `gccgo` builds since generics are not yet supported upstream --- .github/workflows/hydrun.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/hydrun.yaml b/.github/workflows/hydrun.yaml index 21b1296..607908b 100644 --- a/.github/workflows/hydrun.yaml +++ b/.github/workflows/hydrun.yaml @@ -27,12 +27,13 @@ jobs: flags: "" cmd: ./Hydrunfile go stfs dst: out/* - - id: gccgo-stfs - src: . - os: ghcr.io/pojntfx/bagccgop-base-sid - flags: -e '--privileged' - cmd: ./Hydrunfile gccgo stfs - dst: out/* + # Disabled until `gccgo` supports generics/Go 1.21: https://go.dev/doc/install/gccgo + # - id: gccgo-stfs + # src: . + # os: ghcr.io/pojntfx/bagccgop-base-sid + # flags: -e '--privileged' + # cmd: ./Hydrunfile gccgo stfs + # dst: out/* steps: - name: Maximize build space