raylib: bundle mesa, test fixup - #101
Open
greatgitsby wants to merge 23 commits into
Open
Conversation
|
fixed in #99 |
greatgitsby
marked this pull request as ready for review
August 23, 2026 18:54
greatgitsby
marked this pull request as draft
August 24, 2026 15:42
greatgitsby
marked this pull request as ready for review
August 24, 2026 15:52
greatgitsby
marked this pull request as draft
August 24, 2026 17:05
…e from the arm64 runner
… softpipe was ~10x slower than the system mesa CI used before
…ja so cached build/llvm survives uv's rotating build env
This reverts commit 646d5e8.
…checkouts were stale
…t rewrote mtimes after a cache restore and rebuilt llvm every CI run
…dn't abort under set -e
greatgitsby
force-pushed
the
raylib-headless-bundle-mesa
branch
from
August 24, 2026 21:17
32ca990 to
5f08554
Compare
greatgitsby
marked this pull request as ready for review
August 24, 2026 23:01
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.
commaai/openpilot#38695
wheel size (x86_64): 2 MB → 20 MB
libgalliumis 45 MB stripped, ~15 MB compressed; that's static LLVM (native target only, MinSizeRel, gc-sections). softpipe was 8 MB total but ~10x slower: openpilot's UI report didn't finish in 6 min vs 57s with llvmpipe (44s on master with the runner's system mesa). distrollvm-staticwould be 30 MB.also fixes
test_wheels_in_image.shswallowing smoketest failures (cmd && echo OKdoesn't tripset -e).mesa 26.2.1 / llvm 22.1.8 vs 25.3.6 / 21.1.8: same speed on openpilot's UI report (20s + 38s, 3 runs each).
CI build job with #103's ccache: linux-x86_64 52m08s cold → 8m15s warm; macos 7m14s → 4m12s; linux-arm64 40m41s → 6m11s.