File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 25
25
sudo apt-get update
26
26
sudo apt-get install qemu-system-arm qemu-efi-aarch64 -y
27
27
28
- - name : Build
29
- run : cargo xtask build --target aarch64
30
-
31
28
- name : Run VM tests
32
29
run : cargo xtask run --target aarch64 --headless --ci
33
30
timeout-minutes : 2
44
41
sudo apt-get update
45
42
sudo apt-get install qemu-system-x86 ovmf swtpm -y
46
43
47
- - name : Build (without unstable)
48
- run : cargo xtask build --target x86_64
49
-
50
44
- name : Run VM tests
51
45
run : cargo xtask run --target x86_64 --headless --ci --tpm=v1
52
46
timeout-minutes : 2
63
57
sudo apt-get update
64
58
sudo apt-get install qemu-system-x86 ovmf-ia32 swtpm -y
65
59
66
- - name : Build
67
- run : cargo xtask build --target ia32
68
-
69
60
- name : Run VM tests
70
61
run : cargo xtask run --target ia32 --headless --ci --tpm=v2
71
62
timeout-minutes : 2
@@ -147,9 +138,6 @@ jobs:
147
138
- name : Checkout sources
148
139
uses : actions/checkout@v3
149
140
150
- - name : Build
151
- run : cargo xtask build
152
-
153
141
- name : Run VM tests
154
142
run : cargo xtask run --target x86_64 --ci
155
143
timeout-minutes : 2
You can’t perform that action at this time.
0 commit comments