-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update toolchain using Ubuntu 20.04 docker image
See this instruction to use Ubuntu 20.04 docker image used by Bazel project: [1]. [1] bazelbuild/bazel-toolchains#870 (comment)
- Loading branch information
Showing
7 changed files
with
102 additions
and
57 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 |
---|---|---|
@@ -1,15 +1,13 @@ | ||
This file is generated by cc_configure and contains builtin include directories | ||
that /usr/local/bin/clang-12 reported. This file is a dependency of every compilation action and | ||
that /usr/bin/gcc reported. This file is a dependency of every compilation action and | ||
changes to it will be reflected in the action cache key. When some of these | ||
paths change, Bazel will make sure to rerun the action, even though none of | ||
declared action inputs or the action commandline changes. | ||
|
||
/usr/lib/gcc/x86_64-linux-gnu/9/include | ||
/usr/local/include | ||
/usr/local/lib/clang/12.0.0/include | ||
/usr/include/x86_64-linux-gnu | ||
/usr/include | ||
/usr/local/lib/clang/12.0.0/share | ||
/usr/include/c++/7.5.0 | ||
/usr/include/x86_64-linux-gnu/c++/7.5.0 | ||
/usr/include/c++/7.5.0/backward | ||
/usr/local/include/c++/v1 | ||
/usr/include/c++/9 | ||
/usr/include/x86_64-linux-gnu/c++/9 | ||
/usr/include/c++/9/backward |
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 |
---|---|---|
|
@@ -22,4 +22,4 @@ set -eu | |
|
||
|
||
# Call the C++ compiler | ||
/usr/local/bin/clang-12 "$@" | ||
/usr/bin/gcc "$@" |
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