fix build-and-file
This commit is contained in:
parent
94eb081d6d
commit
f65969f038
@ -2,7 +2,8 @@
|
|||||||
# 'bazel' binary is stored in $HOME in builds.sr.ht.
|
# 'bazel' binary is stored in $HOME in builds.sr.ht.
|
||||||
export PATH=$PATH:$HOME
|
export PATH=$PATH:$HOME
|
||||||
|
|
||||||
set -xeuo pipefail
|
# -o pipefail fails `bazel aquery ...`: it errs if it can't output to stdout.
|
||||||
|
set -xeu
|
||||||
|
|
||||||
bazel build "$@"
|
bazel build "$@"
|
||||||
execpath=$(bazel aquery "$@" 2>/dev/null | \
|
execpath=$(bazel aquery "$@" 2>/dev/null | \
|
||||||
|
Loading…
Reference in New Issue
Block a user