-
Notifications
You must be signed in to change notification settings - Fork 179
Ubuntu24 support #387
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
base: master
Are you sure you want to change the base?
Ubuntu24 support #387
Conversation
|
it appears #370 created an issue for full builds? |
|
similarly to prev comment, removal of linker-fixup.py in #370 but left hanging in linux export_installed.py |
resolved ddbb360 |
|
For your ref: #378 |
This is adding to #386 from older work that previously enabled me to build a 4.27.2 image on ubuntu 24 (ue4-docker build 4.27.2 -basetag=ubuntu24.04 --cuda=12.8.1 ...)
I'm not entirely sure the global pip commit won't break earlier ubuntu. we can add gates like the libasound commit
confirmed this HEAD with minimal build with 5.4 via
ue4-docker build --ue-version custom:5.4.4 -repo https://github.com/EpicGames/UnrealEngine.git -username $UE4DOCKER_USERNAME -password $UE4DOCKER_PASSWORD -branch 5.4.4-release --target minimal -basetag ubuntu24.04 --cuda=12.8.1 --exclude templates