-
Notifications
You must be signed in to change notification settings - Fork 94
Linux GHA builds #1147
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
Merged
marchcat
merged 10 commits into
secondlife:release/maint-b
from
Nicky-D:feature/linux_gha_build
Apr 8, 2024
Merged
Linux GHA builds #1147
marchcat
merged 10 commits into
secondlife:release/maint-b
from
Nicky-D:feature/linux_gha_build
Apr 8, 2024
Conversation
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
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
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
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