diff --git a/.github/workflows/build_mac.yml b/.github/workflows/build_mac.yml index c92376b6be..1732bc3b4d 100644 --- a/.github/workflows/build_mac.yml +++ b/.github/workflows/build_mac.yml @@ -76,7 +76,7 @@ jobs: fi export PATH=$(pwd)/core/ten_gn:$PATH echo $PATH - tgn gen mac arm64 ${{ matrix.build_type }} -- log_level=1 enable_serialized_actions=true ten_enable_private_tests=false ten_rust_enable_gen_cargo_config=false ten_enable_cargo_clean=true + tgn gen mac arm64 ${{ matrix.build_type }} -- log_level=1 enable_sanitizer=false enable_serialized_actions=true ten_enable_private_tests=false ten_rust_enable_gen_cargo_config=false ten_enable_cargo_clean=true tgn build mac arm64 ${{ matrix.build_type }} tree -I 'gen|obj' out @@ -233,7 +233,7 @@ jobs: fi export PATH=$(pwd)/core/ten_gn:$PATH echo $PATH - tgn gen mac x64 ${{ matrix.build_type }} -- log_level=1 enable_serialized_actions=true ten_enable_private_tests=false ten_rust_enable_gen_cargo_config=false ten_enable_cargo_clean=true ten_enable_python_binding=false + tgn gen mac x64 ${{ matrix.build_type }} -- log_level=1 enable_sanitizer=false enable_serialized_actions=true ten_enable_private_tests=false ten_rust_enable_gen_cargo_config=false ten_enable_cargo_clean=true ten_enable_python_binding=false tgn build mac x64 ${{ matrix.build_type }} tree -I 'gen|obj' out @@ -391,7 +391,7 @@ jobs: fi export PATH=$(pwd)/core/ten_gn:$PATH echo $PATH - tgn gen mac arm64 ${{ matrix.build_type }} -- log_level=1 enable_serialized_actions=true ten_enable_private_tests=false ten_rust_enable_gen_cargo_config=false ten_enable_ten_rust_apis=false ten_enable_python_binding=false + tgn gen mac arm64 ${{ matrix.build_type }} -- log_level=1 enable_sanitizer=false enable_serialized_actions=true ten_enable_private_tests=false ten_rust_enable_gen_cargo_config=false ten_enable_ten_rust_apis=false ten_enable_python_binding=false tgn build mac arm64 ${{ matrix.build_type }} tree -I 'gen|obj' out # continue-on-error: true