diff options
author | Nicky Dasmijn <nicky.dasmijn@posteo.nl> | 2024-04-08 22:39:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-08 23:39:20 +0300 |
commit | 6b4b33cc129e9482342c9280ae79c9c5ce427ef1 (patch) | |
tree | 24ba69020d29755529cf043ffaf7b5e1b38ae268 /autobuild.xml | |
parent | bbd6dfc21a1a6c07824fc81e0659a2c200581d3b (diff) |
Linux GHA builds (#1147)
* Linux GHA builds
Add Ubuntu 22.04 runner and Linux dependencies
Do not even try to touch ReleaseFS for Linux yet (this needs KDU, Havok, FMOD)
* Lets play a game of 'guess the havok source url'
* Move to linux-large runner.
* ReleaseOS used OpenAL, not fmod studio (which otherwise is the default)
* - Correction for Linux build dir
- 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
* Add missing brace
* When doing a GHA build pack right into RUNNER_TEMP and then signal the created archive as our "viewer_app"
* Upload Linux-ReleaseOS after build
* - Need to use os.path.join and not hyst join
- set_github_output_path can be called unconditionally
* Remove Linux GHA build example.
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/autobuild.xml b/autobuild.xml index e95eb13a6b..ca774fc769 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -954,9 +954,13 @@ <key>archive</key> <map> <key>hash</key> - <string>00d0333936a67059a43a6ec8ac38d564</string> + <string>ebfb82b6143874e7938b9d1e8a70d0a2e28aa818</string> + <key>hash_algorithm</key> + <string>sha1</string> <key>url</key> - <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/748/1563/havok_source-2012.1-2-linux64-500739.tar.bz2</string> + <string>https://api.github.com/repos/secondlife/3p-havok-source/releases/assets/108912599</string> + <key>creds</key> + <string>github</string> </map> <key>name</key> <string>linux64</string> @@ -3386,7 +3390,8 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <string>-G</string> <string>Ninja</string> <string>-DLL_TESTS=Off</string> -</array> + <string>-DUSE_OPENAL=On</string> + </array> </map> <key>build</key> <map> |