Linux GHA builds - #1147
Merged
marchcat merged 10 commits intoApr 8, 2024
Merged
Conversation
Add Ubuntu 22.04 runner and Linux dependencies Do not even try to touch ReleaseFS for Linux yet (this needs KDU, Havok, FMOD)
bennettgoble
reviewed
Apr 6, 2024
bennettgoble
reviewed
Apr 6, 2024
Open
- HAVOK / CrashReporting wrestling. HAVOK is always turned on, even for OS builds Turn this off for Linux-ReleaseOS Same with crashreporting, we need it off for now
Nicky-D
force-pushed
the
feature/linux_gha_build
branch
from
April 6, 2024 20:00
d669a52 to
f0b3f93
Compare
Contributor
Author
|
Looks like we are in business:
For some reason the Windows/OSX runner do have access to a github token and can download the havok source even during PR builds, the Ubuntu one could not. For me this is good enough atm, as I cannot do much more regarding builds w/o the secret bits for "Release" |
…e created archive as our "viewer_app"
bennettgoble
approved these changes
Apr 6, 2024
- set_github_output_path can be called unconditionally
marchcat
approved these changes
Apr 8, 2024
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Add Ubuntu 22.04 runner and Linux dependencies
Do not even try to touch ReleaseFS for Linux yet (this needs KDU, Havok, FMOD)
@bennettgoble this could work as a first rev. to get automated Linux builds via the standard pipeline. I'll see what else missed after a first run