@@ -569,18 +569,6 @@ tasks:
569569 - " //..."
570570 test_targets :
571571 - " //..."
572- cc_common_link_and_mangling_ubuntu2204 :
573- name : Build via cc_common.link with rustc mangling alloc symbols
574- platform : ubuntu2204
575- working_directory : test/integration/cc_common_link
576- build_targets :
577- - " //..."
578- test_targets :
579- - " //..."
580- build_flags :
581- - " --config=mangled_alloc_symbols"
582- test_flags :
583- - " --config=mangled_alloc_symbols"
584572 cc_common_link_with_global_alloc_ubuntu2204 :
585573 name : Build via cc_common.link using a global allocator
586574 platform : ubuntu2204
@@ -597,18 +585,6 @@ tasks:
597585 - " //..."
598586 test_targets :
599587 - " //..."
600- cc_common_link_with_global_alloc_and_mangling_ubuntu2204 :
601- name : Build via cc_common.link using a global allocator with rustc mangling alloc symbols
602- platform : ubuntu2204
603- working_directory : test/integration/cc_common_link_with_global_alloc
604- build_targets :
605- - " //..."
606- test_targets :
607- - " //..."
608- build_flags :
609- - " --config=mangled_alloc_symbols"
610- test_flags :
611- - " --config=mangled_alloc_symbols"
612588 cc_common_link_no_std_ubuntu2204 :
613589 name : Build with no_std + alloc using cc_common.link infrastructure for linking
614590 platform : ubuntu2204
@@ -621,18 +597,6 @@ tasks:
621597 - " --config=no_std_alloc_using_cc_common_link"
622598 test_flags :
623599 - " --config=no_std_alloc_using_cc_common_link"
624- cc_common_link_no_std_and_mangling_ubuntu2204 :
625- name : Build with no_std + alloc using cc_common.link infrastructure for linking with rust toolchain mangling alloc symbols
626- platform : ubuntu2204
627- working_directory : test/integration/no_std
628- build_targets :
629- - " //..."
630- test_targets :
631- - " //..."
632- build_flags :
633- - " --config=no_std_alloc_using_cc_common_link_and_mangled_alloc_symbols"
634- test_flags :
635- - " --config=no_std_alloc_using_cc_common_link_and_mangled_alloc_symbols"
636600 no_std_ubuntu2204 :
637601 name : Build with no_std + alloc
638602 platform : ubuntu2204
0 commit comments