Commit 78b5ecb
committed
fix(e2e): 234 must pin a toolchain per platform, not only
macOS 上直接死在第一步:
[xlings] 'xim:gcc@16.1.0' not in current index
而测试把它报成「build with bmi_schedule=on failed」—— 完全是另一个诊断。
补上和目录里其他 e2e 一样的三行(macos = llvm@22.1.8 / windows = llvm@20.1.7)。
在 clang 上策略是 two-phase、没有信号量,测试本来就会跳过第 3、4 节并说明原因,
所以这三行让它在三个平台上各测各该测的,而不是只在 Linux 上有意义。default
1 parent 32a770f commit 78b5ecb
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
49 | 55 | | |
50 | 56 | | |
51 | 57 | | |
52 | 58 | | |
53 | 59 | | |
54 | 60 | | |
55 | 61 | | |
| 62 | + | |
| 63 | + | |
56 | 64 | | |
57 | 65 | | |
58 | 66 | | |
| |||
0 commit comments