fix(acados): pin CasADi to 3.7.2 for Humble ARM64 - #7307
Merged
Conversation
CasADi 3.8.0 ARM64 wheels require GLIBCXX_3.4.32, which Ubuntu 22.04 does not provide. Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
xmfcx
marked this pull request as ready for review
September 6, 2026 13:02
xmfcx
requested review from
isamu-takagi,
mitsudome-r,
oguzkaganozt and
youtalk
as code owners
September 6, 2026 13:02
mitsudome-r
approved these changes
Sep 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Pin CasADi to 3.7.2 in the acados role. The 3.8.0 ARM64 wheel requires
GLIBCXX_3.4.32, which Ubuntu 22.04 does not provide. This breaks the path optimizer code generator and blocks Humble image publication. One default version keeps both architectures aligned.The upstream fix is available in nightly wheels. The latest stable release remains 3.8.0.
The separate GeographicLib setup failure in the CUDA ARM64 job still needs a successful CI run before Humble image publication can complete.
AI usage
AI usage: Written with Codex after an investigation of the failed Core and image workflows, with local reproduction and compatibility tests.
Self-review: Simple PR, done.
Verification: CasADi 3.8.0 reproduced the ARM64 import failure, and 3.7.2 passed import, solver, and Humble AMD64 code generation tests. Repository checks passed, but the full image workflow did not run locally.
ARM64 wheel inspection
readelfshowed that 3.8.0 requiresGLIBCXX_3.4.32in both_casadi.soandlibcasadi.so.3.7.GLIBCXX_3.4.14andGLIBCXX_3.4.19.Humble AMD64 code generation
ghcr.io/autowarefoundation/autoware:universe-humbleimage with CasADi 3.7.2, exit status 0.acados_solver_curvilinear_bicycle_model_spatial.cand its header.ARM64 import and solver
Debian 12, Python 3.10, QEMU 8.2.2 userspace emulation.
GLIBCXX_3.4.32, exit status 1.aarch64 3.7.2androotfinder result: 1.4142135623730951, exit status 0.Repository checks
casadi==3.7.2.pre-commit run --files ansible/roles/acados/defaults/main.yamlpassed all eight applicable hooks. The other hooks skipped this YAML file.git diff --checkpassed.