build: Disable gccgo builds since generics are not yet supported upstream
This commit is contained in:
13
.github/workflows/hydrun.yaml
vendored
13
.github/workflows/hydrun.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user