Skip to content

Commit 90d326b

Browse files
authored
pin bazel version at 8.2.1 and fix compilation failures due to bzlmod (#28)
1 parent f8fb4d1 commit 90d326b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.bazelrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
build --cxxopt='-std=c++20' --noenable_bzlmod --enable_workspace
1+
common --noenable_bzlmod --enable_workspace
2+
build --cxxopt='-std=c++20'
3+
# HIGHS requires this define or else it is about 1.5x slower
4+
build --copt="-DNDEBUG=0"

.bazelversion

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8.2.1

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,5 @@ eclipse-*bin/
3030
# Ignore jekyll build output.
3131
/production
3232
/.sass-cache
33-
# Bazelisk version file
34-
.bazelversion
3533
# User-specific .bazelrc
3634
user.bazelrc

0 commit comments

Comments
 (0)