Make builds incremental by preserving source/build dirs#45
Merged
adeebshihadeh merged 12 commits intomasterfrom Mar 4, 2026
Merged
Make builds incremental by preserving source/build dirs#45adeebshihadeh merged 12 commits intomasterfrom
adeebshihadeh merged 12 commits intomasterfrom
Conversation
- Remove skip-if-exists checks so build systems handle incrementality - Remove cleanup of source/build dirs at end of builds - Add fetch+checkout for git packages to handle version changes - Add .version file tracking for tarball packages - Update CI to cache source and build directories - Remove git clean from raylib that defeated incrementality
All packages now use the same git fetch+checkout pattern for version handling, eliminating the need for .version file tracking.
- eigen: use git clone from gitlab - imgui: use git clone for imgui, implot, rlimgui - Remove dead VERSION_FILE code from libyuv/json11 - Keep version file tracking for gcc-arm-none-eabi and git-lfs (pre-built binaries)
CC="ccache cc" breaks cmake on manylinux (ccache 3.7) because cmake uses ccache as the ASM compiler directly, causing "invalid option -D". Split the approach: - cmake packages: CMAKE_C_COMPILER_LAUNCHER=ccache (set in build.sh) - make/configure packages: CC="ccache cc" (set in each build.sh) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The previous ccache approach baked CC="ccache cc" into cmake caches. Bump v1->v2 to force fresh builds with the new compiler launcher approach. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
No description provided.