File tree 4 files changed +10
-14
lines changed
evergreen_yml_components/variants/amazon
4 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -263,10 +263,10 @@ buildvariants:
263
263
compile_variant : *commit-queue-toolchain-v5
264
264
depends_on : []
265
265
tasks :
266
- # TODO SERVER-99531 Replace compile_test_parallel_core_stream_TG with
267
- # compile_test_parallel_core_stream_and_pretty_printer_tests_TG and compile_all_but_not_unittests_TG
268
- # when pretty printer tests are supported on v5.
269
- - name : compile_test_parallel_core_stream_TG
266
+ - name : compile_test_parallel_core_stream_and_pretty_printer_tests_TG
267
+ distros :
268
+ - amazon2-arm64-xlarge-commitqueue
269
+ - name : compile_all_but_not_unittests_TG
270
270
distros :
271
271
- amazon2-arm64-xlarge-commitqueue
272
272
- name : compile_test_parallel_unittest_stream_TG
Original file line number Diff line number Diff line change @@ -702,14 +702,10 @@ buildvariants:
702
702
evergreen_remote_exec : on
703
703
tasks :
704
704
- name : compile_test_parallel_unittest_stream_TG
705
- # TODO SERVER-99531 reenable when pretty printer tests work.
706
- # - name: compile_test_parallel_core_stream_and_pretty_printer_tests_TG
707
- # distros:
708
- # - amazon2-arm64-latest-nvme
709
- # - name: compile_all_but_not_unittests_TG
710
- # distros:
711
- # - amazon2-arm64-latest-nvme
712
- - name : compile_test_parallel_core_stream_TG
705
+ - name : compile_test_parallel_core_stream_and_pretty_printer_tests_TG
706
+ distros :
707
+ - amazon2-arm64-latest-nvme
708
+ - name : compile_all_but_not_unittests_TG
713
709
distros :
714
710
- amazon2-arm64-latest-nvme
715
711
- name : compile_test_parallel_dbtest_stream_TG
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ if not ARGUMENTS.get('CC') and not ARGUMENTS.get("CXX") and platform.machine() !
56
56
CXX = os.path.join(toolchain_bindir, 'clang++')
57
57
DWP = os.path.join(toolchain_bindir, 'dwp')
58
58
READELF = os.path.join(toolchain_bindir, 'readelf')
59
- GDB = os.path.join(toolchain_bindir , 'gdb')
59
+ GDB = os.path.join(local_toolchain_bindir , 'gdb')
60
60
AR = os.path.join(toolchain_bindir, 'ar')
61
61
AS = os.path.join(toolchain_bindir, 'as')
62
62
OBJCOPY = os.path.join(toolchain_bindir, 'llvm-objcopy')
Original file line number Diff line number Diff line change @@ -59,5 +59,5 @@ if not ARGUMENTS.get('CC') and not ARGUMENTS.get("CXX"):
59
59
OBJCOPY = os.path.join(toolchain_bindir, 'objcopy')
60
60
DWP = os.path.join(toolchain_bindir, 'dwp')
61
61
READELF = os.path.join(toolchain_bindir, 'readelf')
62
- GDB = os.path.join(toolchain_bindir , 'gdb')
62
+ GDB = os.path.join(local_toolchain_bindir , 'gdb')
63
63
DWARF_VERSION=5
You can’t perform that action at this time.
0 commit comments