Skip to content

Commit

Permalink
build: Disable gccgo builds since generics are not yet supported up…
Browse files Browse the repository at this point in the history
…stream
  • Loading branch information
pojntfx committed Sep 13, 2023
1 parent 4a1b9f7 commit 8f2e83c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/hydrun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f2e83c

Please sign in to comment.