From 6e1f930c8eab39bbc134ef5598a2e4755ef449ff Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sat, 23 Jul 2022 21:38:58 +1000 Subject: [PATCH] Disable native-tls for x86_64 linux-gnu and apple-darwin Signed-off-by: Jiahao XU --- .github/workflows/build-and-integration-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-and-integration-tests.yml b/.github/workflows/build-and-integration-tests.yml index d084adbf..0da06e02 100644 --- a/.github/workflows/build-and-integration-tests.yml +++ b/.github/workflows/build-and-integration-tests.yml @@ -23,13 +23,12 @@ jobs: output: cargo-binstall use-cross: false test: true - debug_build_args: --features pkg-config,native-tls + debug_build_args: --features pkg-config - target: x86_64-apple-darwin os: macos-latest output: cargo-binstall use-cross: false test: true - debug_build_args: --features native-tls - target: aarch64-apple-darwin os: macos-latest output: cargo-binstall