We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 772e515 commit 7f94eccCopy full SHA for 7f94ecc
2 files changed
.bazelrc
@@ -79,6 +79,3 @@ coverage --combined_report=lcov
79
80
# user specific overrides (like proxy settings)
81
try-import %workspace%/user.bazelrc
82
-
83
-# Try import setting from home (CI setup-bazel action for caching uses this to provide proper args like --disk-cache)
84
-try-import ~/.bazelrc
.github/workflows/build_and_test_linux.yml
@@ -43,6 +43,7 @@ jobs:
43
44
- name: Build image
45
run: |
46
+ bazel build //... --announce_rc
47
bazel build --config=linux-x86_64 //images/linux_x86_64:image
48
49
- name: Integration tests
0 commit comments