File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-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, mshv, 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+ musl :
62+ strategy :
63+ fail-fast : true
64+ matrix :
65+ hypervisor : [kvm, mshv, mshv3]
66+ cpu : [amd, intel]
67+ config : [debug, release]
68+ uses : ./.github/workflows/dep_rust.yml
69+ secrets : inherit
70+ with :
71+ hypervisor : ${{ matrix.hypervisor }}
72+ cpu : ${{ matrix.cpu }}
73+ config : ${{ matrix.config }}
74+ target_triple : x86_64-unknown-linux-musl
75+
6176 fuzzing :
6277 needs :
6378 - docs-pr
You can’t perform that action at this time.
0 commit comments