Skip to content

Commit 8f2e83c

Browse files
committed
build: Disable gccgo builds since generics are not yet supported upstream
1 parent 4a1b9f7 commit 8f2e83c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/hydrun.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ jobs:
2727
flags: ""
2828
cmd: ./Hydrunfile go stfs
2929
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/*
30+
# Disabled until `gccgo` supports generics/Go 1.21: https://go.dev/doc/install/gccgo
31+
# - id: gccgo-stfs
32+
# src: .
33+
# os: ghcr.io/pojntfx/bagccgop-base-sid
34+
# flags: -e '--privileged'
35+
# cmd: ./Hydrunfile gccgo stfs
36+
# dst: out/*
3637

3738
steps:
3839
- name: Maximize build space

0 commit comments

Comments
 (0)