We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gccgo
1 parent 4a1b9f7 commit 8f2e83cCopy full SHA for 8f2e83c
.github/workflows/hydrun.yaml
@@ -27,12 +27,13 @@ jobs:
27
flags: ""
28
cmd: ./Hydrunfile go stfs
29
dst: out/*
30
- - id: gccgo-stfs
31
- src: .
32
- os: ghcr.io/pojntfx/bagccgop-base-sid
33
- flags: -e '--privileged'
34
- cmd: ./Hydrunfile gccgo stfs
35
- 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
36
+ # dst: out/*
37
38
steps:
39
- name: Maximize build space
0 commit comments