File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : true
12
12
matrix :
13
- hypervisor : [kvm]
13
+ hypervisor : [kvm, mshv3 ]
14
14
cpu : [amd, intel]
15
15
config : [debug, release]
16
16
uses : ./.github/workflows/dep_rust.yml
Original file line number Diff line number Diff line change 58
58
cpu : ${{ matrix.cpu }}
59
59
config : ${{ matrix.config }}
60
60
61
+ # ## TEMP to test that the musl target is working
62
+ musl :
63
+ strategy :
64
+ fail-fast : true
65
+ matrix :
66
+ hypervisor : [kvm, mshv3]
67
+ cpu : [amd, intel]
68
+ config : [debug, release]
69
+ uses : ./.github/workflows/dep_rust.yml
70
+ secrets : inherit
71
+ with :
72
+ hypervisor : ${{ matrix.hypervisor }}
73
+ cpu : ${{ matrix.cpu }}
74
+ config : ${{ matrix.config }}
75
+ target_triple : x86_64-unknown-linux-musl
76
+
61
77
fuzzing :
62
78
needs :
63
79
- docs-pr
You can’t perform that action at this time.
0 commit comments