Skip to content

Commit

Permalink
Update bashbrew action to 0.1.9
Browse files Browse the repository at this point in the history
this release disables cgo during the bashbrew.sh build script which will fix the `windows-2022` build failures on GitHub actions

> C:\hostedtoolcache\windows\go\1.18.10\x64\pkg\tool\windows_amd64\link.exe: running gcc failed: exit status 1
  • Loading branch information
yosifkit committed Oct 25, 2023
1 parent 7ad4514 commit 5f5a73d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.bashbrew/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ runs:

# these two version numbers are intentionally as close together as I could possibly get them because no matter what I tried, GitHub will not allow me to DRY them (can't have any useful variables in `uses:` and can't even have YAML references to steal it in `env:` or something)
- shell: 'bash -Eeuo pipefail -x {0}'
run: echo BASHBREW_VERSION=v0.1.8 >> "$GITHUB_ENV"
- uses: docker-library/[email protected].8
run: echo BASHBREW_VERSION=v0.1.9 >> "$GITHUB_ENV"
- uses: docker-library/[email protected].9
if: inputs.build == 'host'

- run: docker build --pull --tag oisupport/bashbrew:base "https://github.com/docker-library/bashbrew.git#$BASHBREW_VERSION"
Expand Down

0 comments on commit 5f5a73d

Please sign in to comment.