File tree Expand file tree Collapse file tree 1 file changed +33
-2
lines changed Expand file tree Collapse file tree 1 file changed +33
-2
lines changed Original file line number Diff line number Diff line change 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"
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" : [
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"
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 ,
You can’t perform that action at this time.
0 commit comments