File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -515,6 +515,7 @@ jobs:
515
515
name : Onyx boot image (arm64) (llvm)
516
516
path : arm64-onyx-image-llvm.tar.zst
517
517
run-x86_64 :
518
+ if : ${{ false }} # TODO(heat): Flaky, fix (bug #63)
518
519
runs-on : ubuntu-latest
519
520
needs : build-toolchains
520
521
@@ -556,6 +557,7 @@ jobs:
556
557
USE_KVM=0 ./scripts/ci/run-tests.py
557
558
558
559
run-x86_64-llvm :
560
+ if : ${{ false }} # TODO(heat): Flaky, fix (bug #63)
559
561
# The type of runner that the job will run on
560
562
runs-on : ubuntu-latest
561
563
needs : build-toolchains
@@ -601,6 +603,7 @@ jobs:
601
603
602
604
603
605
run-riscv :
606
+ if : ${{ false }} # TODO(heat): Flaky, fix (bug #63)
604
607
runs-on : ubuntu-latest
605
608
needs : build-toolchains
606
609
@@ -641,6 +644,7 @@ jobs:
641
644
USE_KVM=0 ./scripts/ci/run-tests.py
642
645
643
646
run-riscv64-llvm :
647
+ if : ${{ false }} # TODO(heat): Flaky, fix (bug #63)
644
648
# The type of runner that the job will run on
645
649
runs-on : ubuntu-latest
646
650
needs : build-toolchains
You can’t perform that action at this time.
0 commit comments