Skip to content

Commit 18f0945

Browse files
committed
Install ccache on Linux and macOS CI builders
1 parent 5acfc42 commit 18f0945

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

build/ci/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ARG JDK_VERSION
99
# Install base tools
1010
RUN apt-get update && \
1111
DEBIAN_FRONTEND=noninteractive apt-get install -y \
12+
ccache \
1213
curl \
1314
git \
1415
lcov \

build/ci/macos.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
vmImage: macOS-10.15
99

1010
steps:
11+
- script: |
12+
brew install ccache
13+
displayName: 'Dependencies'
14+
1115
- template: setup.yml
1216

1317
- script: |

0 commit comments

Comments
 (0)