From 64a706d6f0a3230b29532fc4ce802d4d1fd6a65d Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Wed, 9 Nov 2022 14:37:25 +0800 Subject: [PATCH] ci: disable lld in release workflow for now (#427) --- .github/workflows/release.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ca6a05757..e02e35d8f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,6 @@ jobs: uses: actions/cache@v3 with: path: | - ./llvm ~/.cargo/bin/ ~/.cargo/registry/index/ ~/.cargo/registry/cache/ @@ -53,11 +52,6 @@ jobs: sudo cp protoc/bin/protoc /usr/local/bin/ sudo cp -r protoc/include/google /usr/local/include/ - - uses: KyleMayes/install-llvm-action@v1 - with: - version: "14.0" - cached: ${{ steps.cache.outputs.cache-hit }} - - name: Install Protoc for macos if: contains(matrix.arch, 'darwin') run: | @@ -85,8 +79,6 @@ jobs: with: command: build args: ${{ matrix.opts }} --release --locked --target ${{ matrix.arch }} - env: - CARGO_BUILD_RUSTFLAGS: "-C link-arg=-fuse-ld=lld" - name: Calculate checksum and rename binary shell: bash