-
Notifications
You must be signed in to change notification settings - Fork 0
fix(ci): preflight the build toolchain on the self-hosted runner #701
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
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
c4da082
fix(ci): preflight the build toolchain on the self-hosted runner
drsnuggles8 60b2eb6
fix(ci): resolve Vulkan_LIBRARY explicitly; the SDK nests the loader
drsnuggles8 674dec5
fix(ci): preflight python modules too; jinja2 must not be a --user in…
drsnuggles8 9a11113
fix(ci): run the toolchain preflight before the GL probe that needs gcc
drsnuggles8 a8a0533
fix(tests): don't assert padding bytes survive a copy in BitwiseEqual…
drsnuggles8 6d465dd
fix(containers): two TArray memory bugs, plus UE's relocatability guard
drsnuggles8 8f15643
feat(containers): add FString; move Submesh and Material off std::string
drsnuggles8 dfd100e
fix(tests): unblock the headless GPU suite -- deadlock, framebuffer, …
drsnuggles8 aad4f19
fix(containers): propagate relocatability through TSparseSetElement
drsnuggles8 980de22
fix(render): honour the no-normal sentinel in GTAO; stop Water sampli…
drsnuggles8 d31b1e0
fix(render): keep the infinite grid out of GTAO's view-normals input
drsnuggles8 bfd728f
fix(render): sample integer-format textures with GL_NEAREST
drsnuggles8 f443b85
fix(test): stage AssetSceneLoad into a private temp dir
drsnuggles8 f4fef24
fix(render): make the star-field hash bit-exact across vendors
drsnuggles8 138a941
fix(water): derive the underwater-fog wave reach from actual wave height
drsnuggles8 5d776ba
test(golden): add the AMD vendor baseline set (UNVERIFIED — see #735)
drsnuggles8 654b06d
ci: cap build parallelism on self-hosted runner (OOM at -j12)
drsnuggles8 7b87405
ci: restore an effective build-parallelism cap on the self-hosted runner
drsnuggles8 700d177
build: cap link concurrency locally, and stop the docs recommending f…
drsnuggles8 431d336
fix(containers): repair FString self-append UAF, plus PR #701 review …
drsnuggles8 a083e62
fix(render,test): second review pass — R32I transfers, water depth, s…
drsnuggles8 5a6463e
Merge branch 'master' into feature/gpu-conformance-amd-self-hosted
drsnuggles8 fb889a9
fix(render,build): third review pass — UB, a noexcept throw, and mip …
drsnuggles8 be5b674
fix(containers): drop locale-sensitive ctype from FString; SonarQube …
drsnuggles8 cc425b9
fix(containers,render): length-aware FString compare; validate before…
drsnuggles8 9254bf9
fix(render,docs): guard the parallel VAO; correct two unverified claims
drsnuggles8 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.