Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ortools: Update to version 9.10 #328

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hovind
Copy link
Collaborator

@hovind hovind commented May 14, 2024

Resolves #310.

Needs

diff --git a/.bazelrc b/.bazelrc
index f104dd2..dafdb4f 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -48,3 +48,5 @@ test:ciremotebuild --remote_timeout=3600
 # with flags defined in this file.
 #
 try-import %workspace$/user.bazelrc
+
+common --noenable_bzlmod

when compiling with 7.1.2, but judging by #325 (comment), CI seems to be on an older bazel release?

@tcal-x
Copy link
Member

tcal-x commented May 29, 2024

/gcbrun

@QuantamHD
Copy link
Collaborator

Step #1: Loading: 0 packages loaded
Step #1: Loading: 0 packages loaded
Step #1: ERROR: /workspace/WORKSPACE:157:19: //external:scip: no such attribute 'build_file' in 'git_repository' rule
Step #1: ERROR: error loading package '': at /workspace/init.bzl:23:6: at /workspace/dependency_support/boost/init_boost.bzl:17:6: Encountered error while reading extension file 'boost/boost.bzl': no such package '@com_github_nelhage_rules_boost//boost': error loading package 'external': Could not load //external package

Looks like some boost related error. We should bump the CI to a newer version of bazel.

@QuantamHD
Copy link
Collaborator

/gcbrun

@QuantamHD
Copy link
Collaborator

@hovind I added you as a collaborator so you shouldn't require a manual CI run anymore.

@hovind
Copy link
Collaborator Author

hovind commented May 31, 2024

@hovind I added you as a collaborator so you shouldn't require a manual CI run anymore.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bazel build //... fails with bazel 7.1.1
3 participants