-
Notifications
You must be signed in to change notification settings - Fork 67
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
Fixup build issues #1037
Merged
Fixup build issues #1037
Conversation
This file contains 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 CL fixes various issues found with the current build on updated bots. Swiftshader is updated to the latest, various CMake flags are turned off and `Wunsafe-buffer-usage` is suppressed. Change-Id: I3c258ffb29d78737e2e7c27701afd7f190924a54
Change-Id: I31f7616b9917cdb9d5820895c4eac5436b966eda
Change-Id: I2d5854bf31857396bb90142e4efba647f8ea400c
Change-Id: I4cf7d9237a94f6954ac939f4dc81b7e039a4578c
Change-Id: I0501ac9ba9ed03e057ad67e7fe1538209329bdf1
Change-Id: Icb82fee0be6c050325c1349c87358918333463b9
Change-Id: I1c7d6d7547b394726908ca503c6899f01a13f2f7
Change-Id: I95ad313ccf112c45f20a4ed096641d93c08f20a6
Change-Id: I5e68b93ec28ca9f0cec73604c91096fe66fc46ea
Change-Id: Ided9cc304aff1f9fc3601f455b338cba2900f2b7
Change-Id: I612998cd9fdcf89c9c1ba0cff75db72876955594
Change-Id: Ibbb545ec0dd4ab8c63002251fbe313b3d1e46ba9
Change-Id: If3f8a5e935751526116bddb8f15770532a46c0a8
Change-Id: Ib58be07e16c04c67b3f36869da8184fe484bad5d
Change-Id: Idf3337b7c05cecefb3df026e4055a58204c754b0
alan-baker
approved these changes
May 9, 2024
Closed
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 CL fixes various issues found with the current build on updated
bots. Swiftshader is updated to the latest, various CMake flags are
turned off and
Wunsafe-buffer-usage
is suppressed.