We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928febd commit 467e2e7Copy full SHA for 467e2e7
.bazelrc.common
@@ -41,6 +41,9 @@ build:linux-nixpkgs --config=nixpkgs
41
build:macos-nixpkgs --config=nixpkgs
42
build:nixpkgs --host_platform=@rules_nixpkgs_core//platforms:host
43
44
+# abseil c++ (a dependency of protobuf) needs a C++14 compiler, but rules_nixpkgs cc sets `-std=c++0x`
45
+build:nixpkgs --host_cxxopt=-std=c++14
46
+
47
# Build and Test Filters
48
# ----------------------
49
# Note tag filters do not compose. If you wish to augment these filters on the
0 commit comments