Commit 34b34ef
fix: use LLVM unstable repo for Debian trixie/forky
The LLVM apt repository (apt.llvm.org) doesn't have a dedicated release
for Debian trixie (13) or forky. When running llvm.sh on these distros,
it tries to access llvm-toolchain-trixie-19 which returns a 404.
This fix passes -n=unstable to llvm.sh when running on Debian trixie or
forky, directing it to use the unstable repository which does have the
packages available.
Fixes the docker image build failure:
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 <[email protected]>1 parent cc3fc5a commit 34b34ef
1 file changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1157 | 1157 | | |
1158 | 1158 | | |
1159 | 1159 | | |
1160 | | - | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
1161 | 1172 | | |
1162 | 1173 | | |
1163 | 1174 | | |
| |||
0 commit comments