Skip to content

Commit

Permalink
Update strict action env comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aherrmann committed Nov 14, 2019
1 parent b2b0f50 commit b8f4b6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/bindists-pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ BAZEL_DIR="$(.buildkite/fetch-bazel-bindist)"
trap "rm -rf '$BAZEL_DIR'" EXIT
export PATH="$BAZEL_DIR:$PATH"
echo "common:ci --build_tag_filters -requires_lz4,-requires_proto,-requires_zlib,-requires_doctest,-requires_c2hs,-requires_threaded_rts,-dont_test_with_bindist" > .bazelrc.local
# XXX: Remove once all rules using `use_default_shell_env = True` have been
# converted to using `rules_sh`'s POSIX toolchain.
# XXX: @com_google_protobuf sets `use_default_shell_env = True`, so we enable
# strict action env to avoid changes in `PATH` invalidating the cache.
echo "build:ci --experimental_strict_action_env" >> .bazelrc.local
./tests/run-start-script.sh --use-bindists
bazel build --config ci //tests/...

0 comments on commit b8f4b6d

Please sign in to comment.