From cc6e344d83d8148e2e1e7eb5dbf5ce5bd9c39f3f Mon Sep 17 00:00:00 2001 From: Tom French Date: Mon, 25 Sep 2023 15:30:24 +0100 Subject: [PATCH] chore(ci): remove stale job steps --- .github/workflows/abi_wasm.yml | 5 ----- .github/workflows/acvm-rust.yml | 6 ------ 2 files changed, 11 deletions(-) diff --git a/.github/workflows/abi_wasm.yml b/.github/workflows/abi_wasm.yml index d4e4c37bc29..7fecb66fd7f 100644 --- a/.github/workflows/abi_wasm.yml +++ b/.github/workflows/abi_wasm.yml @@ -39,11 +39,6 @@ jobs: cp -r ./result/noirc_abi_wasm/nodejs ./tooling/noirc_abi_wasm cp -r ./result/noirc_abi_wasm/web ./tooling/noirc_abi_wasm - - name: Export cache from nix store - if: ${{ steps.cache.outputs.cache-hit != 'true' && github.event_name != 'merge_group' }} - run: | - nix copy --to "file://${{ env.CACHED_PATH }}?compression=zstd¶llel-compression=true" .#noirc-abi-wasm-cargo-artifacts - - name: Dereference symlink run: echo "UPLOAD_PATH=$(readlink -f ./result/noirc_abi_wasm)" >> $GITHUB_ENV diff --git a/.github/workflows/acvm-rust.yml b/.github/workflows/acvm-rust.yml index 097b81647e2..6a5243b7e05 100644 --- a/.github/workflows/acvm-rust.yml +++ b/.github/workflows/acvm-rust.yml @@ -35,9 +35,3 @@ jobs: working-directory: acvm-repo run: | nix flake check -L - - - name: Export cache from nix store - if: steps.nix-store-cache.outputs.cache-hit != 'true' - working-directory: acvm-repo - run: | - nix copy --to "file:///tmp/nix-cache?compression=zstd¶llel-compression=true" .#cargo-artifacts \ No newline at end of file