Commit cee1705
fix(ci): fix aarch64-linux-gnu regex in toolchain.cmake
The regex `^aarch64-.*-linux` requires a vendor segment between arch and
os (e.g. aarch64-unknown-linux-gnu) but the triple `aarch64-linux-gnu`
has no vendor. Change to `^aarch64-.*linux` to match both forms.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent d5e5ee8 commit cee1705
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments