Skip to content

Commit 6a4bc44

Browse files
committed
fixup! chore: add dependency checks to release scripts
1 parent 17cda1f commit 6a4bc44

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ jobs:
128128
brew install make
129129
echo "$(brew --prefix)/opt/make/libexec/gnubin" >> $GITHUB_PATH
130130
131+
brew install gnu-getopt
132+
echo "$(brew --prefix)/opt/gnu-getopt/bin" >> $GITHUB_PATH
133+
131134
brew tap mitchellh/gon
132135
brew install mitchellh/gon/gon
133136

scripts/build_go_slim.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# they can be packaged into non-slim binaries correctly.
1818

1919
set -euo pipefail
20+
shopt -s nullglob
2021
# shellcheck source=scripts/lib.sh
2122
source "$(dirname "${BASH_SOURCE[0]}")/lib.sh"
2223

0 commit comments

Comments
 (0)