File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 76
76
uses : docker/setup-buildx-action@v2.0.0
77
77
with :
78
78
install : true
79
- - name : Configure sccache
80
- uses : actions/github-script@v6
81
- with :
82
- script : |
83
- core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
84
- core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
85
79
- name : Inject slug/short variables
86
80
uses : rlespinasse/github-slug-action@v4.4.1
87
81
- name : Tailscale
226
220
push : ${{ github.event_name != 'pull_request' }}
227
221
platforms : ' linux/amd64'
228
222
build-args : |
229
- SCCACHE_GHA_ENABLED="true"
223
+ SCCACHE_GHA_ENABLED=on
230
224
ACTIONS_CACHE_URL=${{ env.ACTIONS_CACHE_URL }}
231
225
ACTIONS_RUNTIME_TOKEN=${{ env.ACTIONS_RUNTIME_TOKEN }}
232
226
GIT_SHA=${{ env.GITHUB_SHA }}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ARG DOCKER_LABEL
26
26
# sccache specific variables
27
27
ARG ACTIONS_CACHE_URL
28
28
ARG ACTIONS_RUNTIME_TOKEN
29
- ARG SCCACHE_GHA_ENABLED= "false"
29
+ ARG SCCACHE_GHA_ENABLED
30
30
31
31
RUN wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \
32
32
| gpg --dearmor | tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null && \
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ ARG DOCKER_LABEL
38
38
# sccache specific variables
39
39
ARG ACTIONS_CACHE_URL
40
40
ARG ACTIONS_RUNTIME_TOKEN
41
- ARG SCCACHE_GHA_ENABLED="false"
41
+ ARG SCCACHE_GHA_ENABLED
42
42
43
43
WORKDIR /usr/src
44
44
You can’t perform that action at this time.
0 commit comments