Skip to content

Commit 9641c92

Browse files
committed
Add temp commit to test workflow
Signed-off-by: James Sturtevant <[email protected]>
1 parent 2764dc2 commit 9641c92

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.github/workflows/RustNightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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

.github/workflows/ValidatePullRequest.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,22 @@ jobs:
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

0 commit comments

Comments
 (0)