Skip to content

Commit

Permalink
disabled github action caching
Browse files Browse the repository at this point in the history
  • Loading branch information
ennerf committed Jan 31, 2024
1 parent cf84d60 commit 722a89f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
java-version: '21'
set-java-home: 'true'
components: 'native-image'
cache: 'maven'
cache: ''
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Build protoc plugins
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,16 @@ jobs:
include:
- runner: windows-2022
timeout: 15
cache: 'maven'
- runner: macos-11
timeout: 15
cache: 'maven'
- runner: macos-13-xlarge
timeout: 10
cache: 'maven'
- runner: ubuntu-20.04
timeout: 15
cache: 'maven'
- runner: [ self-hosted, linux-aarch64 ]
timeout: 40
cache: '' # disable upload
# - runner: [ self-hosted, linux-amd64 ]
# timeout: 15
# cache: ''
runs-on: ${{ matrix.runner }}
timeout-minutes: ${{ matrix.timeout }}
continue-on-error: true # continue to check if an issue is limited to one platform
Expand All @@ -63,7 +57,7 @@ jobs:
java-version: '21'
set-java-home: 'true'
native-image-job-reports: 'true'
cache: ${{ matrix.cache }}
cache: '' # takes longer than building from scratch
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Build native plugins # also builds dependencies to the output
Expand Down Expand Up @@ -189,6 +183,7 @@ jobs:
DIGICERT_API_KEY: ${{secrets.DIGICERT_API_KEY}}
DIGICERT_SIGNING_KEY_ALIAS: ${{secrets.DIGICERT_SIGNING_KEY_ALIAS}}
with:
cache: ''
signing_key: ${{ secrets.CONVEYOR_SIGNING_KEY }}
agree_to_license: 1
command: make site
Expand Down

0 comments on commit 722a89f

Please sign in to comment.