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