We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9f841 commit 6d83e6eCopy full SHA for 6d83e6e
.bazelrc
@@ -20,8 +20,8 @@ build --javabase=@bazel_tools//tools/jdk:remote_jdk11
20
build --enable_platform_specific_config
21
22
# Pass PATH, CC, CXX and LLVM_CONFIG variables from the environment.
23
-build --action_env=CC
24
-build --action_env=CXX
+build --action_env=CC=gcc-11
+build --action_env=CXX=g++-11
25
build --action_env=LD_LIBRARY_PATH
26
build --action_env=LLVM_CONFIG
27
build --action_env=PATH
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
28
- name: Setup Bazel
29
run: |
30
- sudo apt-get -qq install npm
+ sudo apt-get -qq install npm gcc-11 g++-11
31
sudo npm install -g @bazel/bazelisk
32
- name: Use Bazel
33
if: matrix.os != 'windows'
0 commit comments