@@ -370,6 +370,8 @@ build:windows --host_copt=-D_ENABLE_EXTENDED_ALIGNED_STORAGE
370
370
# runfiles symlink tree to decide what to put into the Python wheel.
371
371
startup --windows_enable_symlinks
372
372
build:windows --enable_runfiles
373
+ build:windows --nobuild_python_zip
374
+ build:windows --dynamic_mode=off
373
375
374
376
# Default paths for TF_SYSTEM_LIBS
375
377
build:linux --define=PREFIX=/usr
@@ -443,6 +445,7 @@ build:avx_win --copt=/arch:AVX
443
445
444
446
# Use Clang-cl compiler on Windows
445
447
build:win_clang --copt=/clang:-Weverything
448
+ build:win_clang --host_copt=/clang:-Weverything
446
449
build:win_clang --extra_toolchains=@local_config_cc//:cc-toolchain-x64_windows-clang-cl
447
450
build:win_clang --extra_execution_platforms=//tensorflow/tools/toolchains/win:x64_windows-clang-cl
448
451
build:win_clang --host_platform=//tensorflow/tools/toolchains/win:x64_windows-clang-cl
@@ -454,6 +457,7 @@ test:win_clang --host_linkopt=/FORCE:MULTIPLE
454
457
455
458
# Same config as above but for XLA, which has different toolchain paths
456
459
build:win_clang_xla --copt=/clang:-Weverything
460
+ build:win_clang_xla --host_copt=/clang:-Weverything
457
461
build:win_clang_xla --extra_toolchains=@local_config_cc//:cc-toolchain-x64_windows-clang-cl
458
462
build:win_clang_xla --extra_execution_platforms=//tools/toolchains/win:x64_windows-clang-cl
459
463
build:win_clang_xla --host_platform=//tools/toolchains/win:x64_windows-clang-cl
@@ -811,10 +815,12 @@ build:macos_x86_pycpp_test --config=macos_x86_pycpp_test_filters -- //tensorflow
811
815
build:cross_compile_macos_x86_pycpp_test --config=macos_x86_pycpp_test
812
816
build:cross_compile_macos_x86_pycpp_test -//tensorflow/core/kernels:quantized_conv_ops_test -//tensorflow/core/kernels:quantized_matmul_op_test -//tensorflow/python/ops:quantized_conv_ops_test -//tensorflow/tools/graph_transforms:transforms_test -//tensorflow/python/tools:aot_compiled_test
813
817
# WINDOWS X86-64 CPU PYCPP
818
+ build:windows_x86_cpu_pycpp_test_build_opts --copt=/d2ReducedOptimizeHugeFunctions --host_copt=/d2ReducedOptimizeHugeFunctions --dynamic_mode=off
819
+ build:windows_x86_cpu_pycpp_test_build_opts_debug --config=windows_x86_cpu_pycpp_test_build_opts --linkopt=/demangle:no --host_linkopt=/demangle:no --linkopt=/errorlimit:0 --host_linkopt=/errorlimit:0
814
820
test:windows_x86_cpu_pycpp_test_filters --test_tag_filters=-no_windows,-windows_excluded,-no_oss,-oss_excluded,-gpu,-tpu,-benchmark-test
815
821
test:windows_x86_cpu_pycpp_test_filters --build_tag_filters=-no_windows,-windows_excluded,-no_oss,-oss_excluded,-benchmark-test
816
822
test:windows_x86_cpu_pycpp_test_filters --test_lang_filters=cc,py --test_size_filters=small,medium --test_timeout="300,450,1200,3600"
817
- test:windows_x86_cpu_pycpp_test_opts --copt=/d2ReducedOptimizeHugeFunctions --host_copt=/d2ReducedOptimizeHugeFunctions --dynamic_mode=off --build_tests_only
823
+ test:windows_x86_cpu_pycpp_test_opts --config=windows_x86_cpu_pycpp_test_build_opts --build_tests_only
818
824
test:windows_x86_cpu_pycpp_test --config=windows_x86_cpu_pycpp_test_opts --config=windows_x86_cpu_pycpp_test_filters -- //tensorflow/... -//tensorflow/java/... -//tensorflow/lite/... -//tensorflow/compiler/...
819
825
820
826
# END TF TEST SUITE OPTIONS
0 commit comments