Skip to content

Commit

Permalink
Use bazelrc to set build options (#3157)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmonroy authored Sep 17, 2019
1 parent 65ea66f commit 5e2d85d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build --workspace_status_command=./tools/bazel-build-env
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ vendor:

bazel: vendor gogen
rm -f bin/*
bazel build //:scion //:scion-ci --workspace_status_command=./tools/bazel-build-env
bazel build //:scion //:scion-ci
tar -kxf bazel-bin/scion.tar -C bin
tar -kxf bazel-bin/scion-ci.tar -C bin

Expand Down

0 comments on commit 5e2d85d

Please sign in to comment.