From e12df2bb1d934af3e8642447dcf583e47b0ab2e0 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 21 Aug 2020 19:56:17 +1000 Subject: [PATCH] Revert "Merge pull request #729 from evandroforks/upload_rslib_artifacts" This reverts commit 7bdb014fbb3d79b04d0824878920c048e521ef72, reversing changes made to 4c052e81648d930d498133cd4b48128c9b608e3f. Issue tracked on https://github.com/actions/cache/issues/403 --- .github/workflows/checks.yml | 37 ------------------------------------ README.contributing | 1 - 2 files changed, 38 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 059bdc029..f216e0a22 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -278,43 +278,6 @@ jobs: with: node-version: 12 - # Upload things so we can download it and compare to fix the bug: - # can't find crate for `prost_derive` which `prost_build` - https://github.com/ankitects/anki/pull/729 - - name: Upload pyenv - if: matrix.os == 'macos-latest' && matrix.BUILD_TYPE == 'check' - uses: actions/upload-artifact@v2 - with: - name: ${{ matrix.os }}-pyenv - path: ${{ github.workspace }}${{ matrix.SEP }}pyenv - - - name: Upload index - if: matrix.os == 'macos-latest' && matrix.BUILD_TYPE == 'check' - uses: actions/upload-artifact@v2 - with: - name: ${{ matrix.os }}-index - path: ${{ matrix.CARGO_INDEX_DIR }} - - - name: Upload registry - if: matrix.os == 'macos-latest' && matrix.BUILD_TYPE == 'check' - uses: actions/upload-artifact@v2 - with: - name: ${{ matrix.os }}-registry - path: ${{ matrix.CARGO_REGISTRY_DIR }} - - - name: Upload rslib - if: matrix.os == 'macos-latest' && matrix.BUILD_TYPE == 'check' - uses: actions/upload-artifact@v2 - with: - name: ${{ matrix.os }}-rslib - path: ${{ github.workspace }}${{ matrix.SEP }}rslib${{ matrix.SEP }}target - - - name: Upload rspy - if: matrix.os == 'macos-latest' && matrix.BUILD_TYPE == 'check' - uses: actions/upload-artifact@v2 - with: - name: ${{ matrix.os }}-rspy - path: ${{ github.workspace }}${{ matrix.SEP }}rspy${{ matrix.SEP }}target - - run: make develop if: matrix.BUILD_TYPE == 'build' diff --git a/README.contributing b/README.contributing index ba12f398b..425b03580 100644 --- a/README.contributing +++ b/README.contributing @@ -1,7 +1,6 @@ Contributing Code ================== - For info on contributing things other than code, such as translations, decks and add-ons, please see http://ankisrs.net/docs/manual.html#contributing