From 6e7bb46c85570bc06f0590c62e27e42c6308fbf3 Mon Sep 17 00:00:00 2001 From: Felicitas Pojtinger Date: Fri, 30 Jun 2023 17:41:55 +0200 Subject: [PATCH] build: Disable `gccgo` builds for now --- .github/workflows/hydrun.yaml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/.github/workflows/hydrun.yaml b/.github/workflows/hydrun.yaml index 7a88225..9483d98 100644 --- a/.github/workflows/hydrun.yaml +++ b/.github/workflows/hydrun.yaml @@ -27,24 +27,26 @@ jobs: flags: "" cmd: ./Hydrunfile go ram-dl dst: out/* - - id: gccgo-ram-dl - src: . - os: ghcr.io/pojntfx/bagccgop-base-sid - flags: -e '--privileged' - cmd: ./Hydrunfile gccgo ram-dl - dst: out/* + # Disabled due to "error obtaining VCS status: exit status 128" error + # - id: gccgo-ram-dl + # src: . + # os: ghcr.io/pojntfx/bagccgop-base-sid + # flags: -e '--privileged' + # cmd: ./Hydrunfile gccgo ram-dl + # dst: out/* - id: go-ram-ul src: . os: golang:bullseye flags: "" cmd: ./Hydrunfile go ram-dl dst: out/* - - id: gccgo-ram-ul - src: . - os: ghcr.io/pojntfx/bagccgop-base-sid - flags: -e '--privileged' - cmd: ./Hydrunfile gccgo ram-dl - dst: out/* + # Disabled due to "error obtaining VCS status: exit status 128" error + # - id: gccgo-ram-ul + # src: . + # os: ghcr.io/pojntfx/bagccgop-base-sid + # flags: -e '--privileged' + # cmd: ./Hydrunfile gccgo ram-dl + # dst: out/* steps: - name: Maximize build space