-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update rcfile advice for force_pic and disable it by default
While we're here, clean up some other non-functional irregularies: - Remove irrelevant rules_python flag. - Use the correct working directory during `bazel version`.
- Loading branch information
1 parent
1a9d478
commit 5881e86
Showing
4 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,9 @@ | |
|
||
set -euxo pipefail | ||
|
||
bazel version | ||
|
||
pushd drake_bazel_external | ||
|
||
bazel version | ||
bazel test //... | ||
|
||
popd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,9 @@ | |
|
||
set -euxo pipefail | ||
|
||
bazel version | ||
|
||
pushd drake_bazel_installed | ||
|
||
bazel version | ||
bazel test //... | ||
|
||
popd |