Skip to content

Commit 8b5bab0

Browse files
committed
[Java] Remove Gradle caching from macOS build since it overflows allowed limits
See https://github.com/real-logic/simple-binary-encoding/runs/372121366, e.g.: ``` Post job cleanup. /usr/bin/tar -cz -f /Users/runner/runners/2.163.1/work/_temp/7ec94d5c-8369-467d-ae86-dc123a967837/cache.tgz -C /Users/runner/.gradle/wrapper . [warning]Cache size of ~2187 MB (2293228503 B) is over the 400MB limit, not saving cache. ```
1 parent 5b40240 commit 8b5bab0

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -146,20 +146,6 @@ jobs:
146146
CC: clang
147147
CXX: clang++
148148
steps:
149-
- name: Checkout code
150-
uses: actions/checkout@v2
151-
- name: Cache Gradle dependencies
152-
uses: actions/cache@v1
153-
with:
154-
path: ~/.gradle/caches
155-
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
156-
restore-keys: |
157-
${{ runner.os }}-gradle-
158-
- name: Cache Gradle wrappers
159-
uses: actions/cache@v1
160-
with:
161-
path: ~/.gradle/wrapper
162-
key: ${{ runner.os }}-gradle-wrapper
163149
- name: Install compiler
164150
run: |
165151
sudo xcode-select -switch /Applications/Xcode_${{ matrix.version }}.app

0 commit comments

Comments
 (0)