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: ""
|
flags: ""
|
||||||
cmd: ./Hydrunfile go stfs
|
cmd: ./Hydrunfile go stfs
|
||||||
dst: out/*
|
dst: out/*
|
||||||
- id: gccgo-stfs
|
# Disabled until `gccgo` supports generics/Go 1.21: https://go.dev/doc/install/gccgo
|
||||||
src: .
|
# - id: gccgo-stfs
|
||||||
os: ghcr.io/pojntfx/bagccgop-base-sid
|
# src: .
|
||||||
flags: -e '--privileged'
|
# os: ghcr.io/pojntfx/bagccgop-base-sid
|
||||||
cmd: ./Hydrunfile gccgo stfs
|
# flags: -e '--privileged'
|
||||||
dst: out/*
|
# cmd: ./Hydrunfile gccgo stfs
|
||||||
|
# dst: out/*
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Maximize build space
|
- name: Maximize build space
|
||||||
|
|||||||
Reference in New Issue
Block a user