Skip to content

Commit e87cb96

Browse files
committed
[infra] Use ELF on VM AOT NNBD simarm64 builder
Change-Id: Ie8584ff46ecb6e818bdc8a7a5c4e1ef5f015d7c3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156520 Reviewed-by: William Hesse <whesse@google.com>
1 parent fb05781 commit e87cb96

File tree

1 file changed

+33
-2
lines changed

1 file changed

+33
-2
lines changed

tools/bots/test_matrix.json

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@
707707
"builder-tag": "canary"
708708
}
709709
},
710-
"dartkp-weak-asserts-(linux|mac)-(debug|product|release)-(simarm64|x64)": {
710+
"dartkp-weak-asserts-(linux|mac)-(debug|product|release)-x64": {
711711
"options": {
712712
"enable-experiment": [
713713
"non-nullable"
@@ -722,6 +722,22 @@
722722
"builder-tag": "vm_nnbd"
723723
}
724724
},
725+
"dartkp-weak-asserts-(linux|mac)-(debug|product|release)-simarm64": {
726+
"options": {
727+
"enable-experiment": [
728+
"non-nullable"
729+
],
730+
"gen-kernel-options": [
731+
"--no-sound-null-safety"
732+
],
733+
"enable-asserts": true,
734+
"use-elf": true,
735+
"vm-options": [
736+
"--no-sound-null-safety"
737+
],
738+
"builder-tag": "vm_nnbd"
739+
}
740+
},
725741
"dartkp-weak-asserts-win-(debug|product|release)-(simarm64|x64)": {
726742
"options": {
727743
"enable-experiment": [
@@ -761,7 +777,7 @@
761777
"builder-tag": "vm_nnbd"
762778
}
763779
},
764-
"dartkp-strong-(linux|mac)-(debug|product|release)-(simarm64|x64)": {
780+
"dartkp-strong-(linux|mac)-(debug|product|release)-x64": {
765781
"options": {
766782
"enable-experiment": [
767783
"non-nullable"
@@ -775,6 +791,21 @@
775791
"builder-tag": "vm_nnbd"
776792
}
777793
},
794+
"dartkp-strong-(linux|mac)-(debug|product|release)-simarm64": {
795+
"options": {
796+
"enable-experiment": [
797+
"non-nullable"
798+
],
799+
"gen-kernel-options": [
800+
"--sound-null-safety"
801+
],
802+
"use-elf": true,
803+
"vm-options": [
804+
"--sound-null-safety"
805+
],
806+
"builder-tag": "vm_nnbd"
807+
}
808+
},
778809
"dartkp-strong-win-(debug|product|release)-(simarm64|x64)": {
779810
"options": {
780811
"use-elf": true,

0 commit comments

Comments
 (0)