[WIP] Build viewer from source#35
Open
p1u3o wants to merge 4 commits into
Open
Conversation
|
Started test build 119987 |
|
Build 119987 failed |
|
Started test build 119989 |
|
Build 119989 failed |
|
Started test build 120021 |
|
Build 120021 failed |
|
Started test build 120634 |
|
Build 120634 successful |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This attempts to build the viewer from source, which paves the way for arm64 support and reproducible builds. It also avoids failed downloads due to Cloudflare screening on the tarball URL.
There are some problems with this that I'll probably need help with, so it's still marked as a WIP
writable-sdkso the GLU headers can be copied to /usr, this is because the upstream CMake files are extremely messy and hellbent on GL and GLU being in the same place and I couldn't figure out how to fix themneeds network access for autobuild to succeed in pulling additional dependencies such as ogg-vorbisI found that usingwritable-sdkbroke /etc/resolv.conf in the build sandbox so we have to overwrite too.