Commit fd336ed
committed
fix(ci): remove aarch64-pc-windows-msvc from release matrix
Cross-compilation of crypto crates (ring, aws-lc-sys) for Windows ARM64
from Linux runners fails due to missing SDK headers and unsupported
ARM architecture flags in GCC.
- Remove aarch64-pc-windows-msvc from build matrix
- Update README download table (5 targets instead of 6)
- Fix deprecated criterion::black_box -> std::hint::black_box1 parent 6b5916c commit fd336ed
File tree
3 files changed
+6
-6
lines changed- .github/workflows
- crates/zeph-channels/benches
3 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
0 commit comments