Skip to content

Commit 5999f17

Browse files
committed
Comment out KVM and aarch64 emulation setup in workflow-linux.yml.
1 parent 4a3299b commit 5999f17

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

kotest-multiplatform/.github/workflows/workflow-linux.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ jobs:
1111
with:
1212
distribution: 'temurin'
1313
java-version: '17'
14-
- name: Enable KVM
15-
run: |
16-
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
17-
sudo udevadm control --reload-rules
18-
sudo udevadm trigger --name-match=kvm
19-
- name: Enable aarch64 emulation
20-
run: |
21-
sudo apt-get update
22-
sudo apt-get install --no-install-recommends -y qemu-user-static binfmt-support
23-
sudo update-binfmt --enable qemu-aarch64
24-
continue-on-error: true
14+
# - name: Enable KVM
15+
# run: |
16+
# echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
17+
# sudo udevadm control --reload-rules
18+
# sudo udevadm trigger --name-match=kvm
19+
# - name: Enable aarch64 emulation
20+
# run: |
21+
# sudo apt-get update
22+
# sudo apt-get install --no-install-recommends -y qemu-user-static binfmt-support
23+
# sudo update-binfmt --enable qemu-aarch64
24+
# continue-on-error: true
2525
- name: jsNodeTest
2626
run: ./gradlew jsNodeTest
2727
continue-on-error: true

0 commit comments

Comments
 (0)