-
-
Notifications
You must be signed in to change notification settings - Fork 384
docker: backport updates for Ubuntu 24.04 to releasebranch_8_4 #6540
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
| rm -rf /usr/local/grass84/share; \ | ||
| mkdir -p /usr/local/grass84/gui/wxpython/xml/; \ | ||
| mv module_items.xml /usr/local/grass84/gui/wxpython/xml/module_items.xml; | ||
| && rm -rf /usr/local/grass85/demolocation \ |
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.
I think 85 should be 84 here, and for all other similar version-specific paths or names
| ENV CMAKE_BUILD_PARALLEL_LEVEL=$NUMTHREADS | ||
| WORKDIR /src | ||
|
|
||
| COPY ./utils/build_ubuntu_dependencies.sh /src/ |
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.
Was the script backported outside this PR?
|
We don't see the failures because the updated docker workflow from like a year ago (or a winter weather time ago), is probably not in that branch, because there wasn't a release yet. A local build in that branch, assuming no untracked files (or a clean tree, or fresh clone) should help see the errors |
|
Thanks for catching the glitches. Testing the build locally... |
echoix
left a comment
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.
If your local build was fine, then it should be correct to go. We'll just have to monitor the Actions when they'll be merged
This PR backports the recent changes in the Ubuntu Dockerfiles, updating OS version to 24.04., here especially:
#6534
#6481
#6410