mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
## Summary - Fix Docker image build failure on Debian trixie by using LLVM's `unstable` repository instead of the non-existent `trixie` repository - The LLVM apt repository (`apt.llvm.org`) doesn't have packages for Debian trixie (13) or forky - attempts to access `llvm-toolchain-trixie-19` return 404 - Pass `-n=unstable` flag to `llvm.sh` when running on these Debian versions ## Test plan - [ ] Verify the Docker image build succeeds at https://github.com/oven-sh/bun-development-docker-image/actions Fixes the build failure from: https://github.com/oven-sh/bun-development-docker-image/actions/runs/20105199193 Error was: ``` E: The repository 'http://apt.llvm.org/trixie llvm-toolchain-trixie-19 Release' does not have a Release file. ``` 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Bot <claude-bot@bun.sh> Co-authored-by: Claude <noreply@anthropic.com>