Skip to content

Commit

Permalink
build: Disable gccgo builds for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pojntfx committed Jun 30, 2023
1 parent 649e4b6 commit 6e7bb46
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/hydrun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e7bb46

Please sign in to comment.