fix glew git-download, tcmalloc test-dep, and add build architecture docs to README - #405
Open
neuralbroker wants to merge 2 commits into
Open
fix glew git-download, tcmalloc test-dep, and add build architecture docs to README#405neuralbroker wants to merge 2 commits into
neuralbroker wants to merge 2 commits into
Conversation
added 2 commits
June 7, 2026 20:12
glew (rxrbln#276): patch auto/Makefile to skip git clone of OpenGL/EGL Registry during build. The released tarball ships with pre-generated headers - no need to download from Khronos GitHub repos at build time. tcmalloc (rxrbln#350): disable BUILD_TESTING and TCMALLOC_BUILD_TESTING. Test targets link against abseil-cpp's absl::status_matchers which T2 does not ship (test-only abseil library).
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.
Changes\n\n- glew (#276): add hotfix-no-git-download.patch — no-op the git clone of OpenGL/EGL Registry during build, keeps the tarball self-contained\n\n- tcmalloc (#350): add -DBUILD_TESTING=OFF -DTCMALLOC_BUILD_TESTING=OFF to break the test-dep cycle (gtest not yet in the build tree at stage 1)\n\n- README: add Build Architecture table (stage 0–9), portability targets, and bug philosophy — straight to the point, no marketing fluff