File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
container :
39
39
image : ${{ (startsWith(matrix.runs-on, 'depot-ubuntu-24.04-arm') && format('ghcr.io/{0}/arm64v8/ci-ubuntu-24.04',github.repository_owner) ) || null }}
40
40
# --privileged is needed to run the lldb tests that disable aslr.
41
- # --env-host is needed to copy over the environment variables for
42
- # configuring sccache.
41
+ # The SCCACHE environment variables are need to be copied from the host
42
+ # to the container to make sure it is configured correctly to use the
43
+ # depot cache.
43
44
options : >-
44
45
--privileged
45
46
--env SCCACHE_WEBDAV_ENDPOINT
55
56
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
56
57
with :
57
58
fetch-depth : 2
58
-
59
59
- name : Build and Test
60
60
run : |
61
61
git config --global --add safe.directory '*'
You can’t perform that action at this time.
0 commit comments