chore: bump version to 2.1.20 — cuts CI-unblocking release (exec bit + warm-build P0)#138
chore: bump version to 2.1.20 — cuts CI-unblocking release (exec bit + warm-build P0)#138
Conversation
Cuts a release containing the two P0 fixes landed since 2.1.19: - #134 "P0 regression — Operation not permitted (os error 1) on warm build" - #135 "preserve exec bit on fbuild console script in wheel" Both are currently blocking every FastLED uno build on GitHub Actions: the wheel's console script installs without +x, so CI can't even run `fbuild --version`, and the subsequent compile fails with `Operation not permitted (os error 1)` on every example. Also includes: - #131 rustfmt on lnk pipeline - #133 DiskCache leases.refcount schema migration - #128 AVR orchestrator fingerprint fast-path + telemetry (#127) - #126 FBUILD_WATCH_SET_CACHE_SECS env override - f8533d3 extend watch-set fingerprint fast-path to AVR orchestrator Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 21 minutes and 40 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Pairs with FastLED/fbuild#138 (version bump). 2.1.20 contains the two P0 fixes currently blocking every uno build on GitHub Actions: - exec bit preserved on fbuild console script in wheel (#135 on fbuild) - "Operation not permitted (os error 1)" warm-build regression fix (#134 on fbuild) Symptom on master CI (run 24621693195): fbuild: Permission denied ... FAILED: Blink — build failed: io error: Operation not permitted This PR should NOT be merged until 2.1.20 is live on PyPI. When that happens, `uv lock` will pick up 2.1.20 and this can merge. Tracking: FastLED/fbuild#138. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Pairs with FastLED/fbuild#138 (version bump). 2.1.20 contains the two P0 fixes currently blocking every uno build on GitHub Actions: - exec bit preserved on fbuild console script in wheel (#135 on fbuild) - "Operation not permitted (os error 1)" warm-build regression fix (#134 on fbuild) Symptom on master CI (run 24621693195): fbuild: Permission denied ... FAILED: Blink — build failed: io error: Operation not permitted This PR should NOT be merged until 2.1.20 is live on PyPI. When that happens, `uv lock` will pick up 2.1.20 and this can merge. Tracking: FastLED/fbuild#138. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Summary
Cuts 2.1.20 with the two P0 fixes merged since 2.1.19. Both are currently blocking every FastLED uno build on GitHub Actions:
Operation not permitted (os error 1)on warm buildSymptom on CI (from https://github.com/FastLED/FastLED/actions/runs/24621693195):
2.1.19's wheel installs the
fbuildconsole script without +x, so CI can't even runfbuild --version; then every example compile fails with the warm-buildos error 1.Also included (2.1.19 → 2.1.20)
What this PR contains
Pure version bump across the four lock/manifest files:
Cargo.tomlworkspace version 2.1.19 → 2.1.20Cargo.lock— all 9 workspace crates bumped viacargo update --workspacepyproject.toml— 2.1.19 → 2.1.20uv.lock— fbuild package bumped viauv lockPost-merge
Run
uv run ci/publish.py(zero-arg release pipeline) to trigger the GitHub Actions build and upload wheels to PyPI. Downstream consumers (FastLED) will then bump theirfbuild>=2.1.19pin to>=2.1.20.🤖 Generated with Claude Code