From 3197ea800f1b7f63c65eafcb41c8dd578469c909 Mon Sep 17 00:00:00 2001 From: WenyXu Date: Mon, 15 Jul 2024 03:38:05 +0000 Subject: [PATCH] fix: remove link arg --- .github/actions/build-macos-artifacts/action.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/actions/build-macos-artifacts/action.yml b/.github/actions/build-macos-artifacts/action.yml index f2415b576aa4..0b2d42cebb63 100644 --- a/.github/actions/build-macos-artifacts/action.yml +++ b/.github/actions/build-macos-artifacts/action.yml @@ -59,15 +59,9 @@ runs: if: ${{ inputs.disable-run-tests == 'false' }} uses: taiki-e/install-action@nextest - # Get proper backtraces in mac Sonoma. Currently there's an issue with the new - # linker that prevents backtraces from getting printed correctly. - # - # - name: Run integration tests if: ${{ inputs.disable-run-tests == 'false' }} shell: bash - env: - CARGO_BUILD_RUSTFLAGS: "-Clink-arg=-Wl,-ld_classic" run: | make test sqlness-test @@ -81,8 +75,6 @@ runs: - name: Build greptime binary shell: bash - env: - CARGO_BUILD_RUSTFLAGS: "-Clink-arg=-Wl,-ld_classic" run: | make build \ CARGO_PROFILE=${{ inputs.cargo-profile }} \