-
Notifications
You must be signed in to change notification settings - Fork 33
Drake Version Update to Enable Building of Branch #369
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
Conversation
Testing a fresh install, I get the following "issues," though everything still builds properly:
|
Updated:
Tested a clean build that built with neither of the above warnings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed the build worked without issues, and no files were inadvertently added.
wget "https://raw.githubusercontent.com/RobotLocomotion/drake/${DRAKE_COMMIT}/setup/ubuntu/source_distribution/packages-${ubuntu_codename}-clang.txt" | ||
wget "https://raw.githubusercontent.com/RobotLocomotion/drake/${DRAKE_COMMIT}/setup/ubuntu/source_distribution/packages-${ubuntu_codename}-test-only.txt" | ||
wget "https://raw.githubusercontent.com/RobotLocomotion/drake/${DRAKE_COMMIT}/setup/ubuntu/source_distribution/install_bazelisk.sh" | ||
wget "https://raw.githubusercontent.com/RobotLocomotion/drake/${DRAKE_COMMIT}/setup/ubuntu/source_distribution/install_bazel.sh" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line gives an error:
--2025-05-19 16:11:57-- https://raw.githubusercontent.com/RobotLocomotion/drake/v1.33.0/setup/ubuntu/source_distribution/install_bazel.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8000::154, 2606:50c0:8003::154, 2606:50c0:8001::154, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8000::154|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2025-05-19 16:11:58 ERROR 404: Not Found.
However this isn't consequential given install_bazelisk.sh
does successfully install. This might've been written this way to accommodate many versions of Drake that have only one or the other. Seems fine to leave to me.
Upgraded Drake from version 1.22.0 to 1.33.0. This is the latest version that built without needing any additional changes.
This change is