Skip to content

fix glew git-download, tcmalloc test-dep, and add build architecture docs to README - #405

Open
neuralbroker wants to merge 2 commits into
rxrbln:mainfrom
neuralbroker:fix2
Open

fix glew git-download, tcmalloc test-dep, and add build architecture docs to README#405
neuralbroker wants to merge 2 commits into
rxrbln:mainfrom
neuralbroker:fix2

Conversation

@neuralbroker

Copy link
Copy Markdown

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

neuralbroker 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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant