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 1010 strategy :
1111 fail-fast : true
1212 matrix :
13- hypervisor : [kvm]
13+ hypervisor : [kvm, mshv3 ]
1414 cpu : [amd, intel]
1515 config : [debug, release]
1616 uses : ./.github/workflows/dep_rust.yml
Original file line number Diff line number Diff line change 5858 cpu : ${{ matrix.cpu }}
5959 config : ${{ matrix.config }}
6060
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+
6177 fuzzing :
6278 needs :
6379 - docs-pr
You can’t perform that action at this time.
0 commit comments