Skip to content

Auto-update or-tools to v2016-04#9743

Open
waruqi wants to merge 1 commit intodevfrom
autoupdate-or-tools-v2016-04
Open

Auto-update or-tools to v2016-04#9743
waruqi wants to merge 1 commit intodevfrom
autoupdate-or-tools-v2016-04

Conversation

@waruqi
Copy link
Copy Markdown
Member

@waruqi waruqi commented Apr 14, 2026

New version of or-tools detected (package version: v9.15, last github version: v2016-04)

@waruqi waruqi added the auto-update Automatic update label Apr 14, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds a legacy version (v2016-04) of the or-tools package. However, placing it at the top of the version list incorrectly sets it as the default version in xmake, and it is likely incompatible with the current build scripts and tests.

add_urls("https://github.com/google/or-tools/archive/refs/tags/$(version).tar.gz",
"https://github.com/google/or-tools.git")

add_versions("v2016-04", "6983b7b640125570ad342416a9aa25aaa715454fe022e05501c205583ab3106b")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The version v2016-04 is a legacy release from 2016 and is not an update over v9.15. In xmake, the first version in add_versions is the default; adding this at the top incorrectly downgrades the package. Additionally, the current build script and tests are designed for modern CMake-based versions and will fail with this version. This addition should be removed or moved to the end of the list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-update Automatic update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant