From 8bdd814b0a7177c7f34d98615aa8ada3278aef11 Mon Sep 17 00:00:00 2001 From: Proton Date: Thu, 12 Jan 2023 15:12:44 +0800 Subject: [PATCH] [ci] Disable backward_cpp on macOS --- .github/workflows/testing.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index dfbc14da29373..04041292da6f8 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -148,7 +148,6 @@ jobs: -DTI_WITH_CC:BOOL=${{ matrix.with_cc }} -DTI_WITH_VULKAN:BOOL=ON -DTI_WITH_C_API=ON - -DTI_WITH_BACKTRACE:BOOL=ON -DTI_BUILD_TESTS:BOOL=${{ matrix.with_cpp_tests }} # [DEBUG] Copy this step around to enable debugging inside Github Action instances. @@ -437,7 +436,6 @@ jobs: -DTI_WITH_CC:BOOL=OFF -DTI_WITH_VULKAN:BOOL=ON -DTI_BUILD_TESTS:BOOL=ON - -DTI_WITH_BACKTRACE:BOOL=ON -DTI_WITH_C_API=ON - name: Check C-API Export Symbols