We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8fb4d1 commit 7fa4612Copy full SHA for 7fa4612
3 files changed
.bazelrc
@@ -1 +1,3 @@
1
-build --cxxopt='-std=c++20' --noenable_bzlmod --enable_workspace
+common --noenable_bzlmod --enable_workspace
2
+build --cxxopt='-std=c++20'
3
+
.bazelversion
@@ -0,0 +1 @@
+8.2.1
.gitignore
@@ -30,7 +30,5 @@ eclipse-*bin/
30
# Ignore jekyll build output.
31
/production
32
/.sass-cache
33
-# Bazelisk version file
34
-.bazelversion
35
# User-specific .bazelrc
36
user.bazelrc
0 commit comments