We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39d63f7 + 6096f35 commit fc35b44Copy full SHA for fc35b44
.bazelrc
@@ -1 +0,0 @@
1
-common --noenable_bzlmod
.github/workflows/build-bazel.yml
@@ -18,10 +18,10 @@ jobs:
18
run: bazel clean
19
20
- name: build bazel
21
- run: bazel build --enable_bzlmod //...
+ run: bazel build //...
22
23
- name: test all
24
- run: bazel test --enable_bzlmod //...
+ run: bazel test //...
25
26
- name: test example
27
run: ./bazel-bin/call-highs-example
0 commit comments