Skip to content

Commit 87994d0

Browse files
committed
More Fixes
1 parent 1aed3e4 commit 87994d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/premerge.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838
container:
3939
image: ${{ (startsWith(matrix.runs-on, 'depot-ubuntu-24.04-arm') && format('ghcr.io/{0}/arm64v8/ci-ubuntu-24.04',github.repository_owner) ) || null }}
4040
# --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.
4344
options: >-
4445
--privileged
4546
--env SCCACHE_WEBDAV_ENDPOINT
@@ -55,7 +56,6 @@ jobs:
5556
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5657
with:
5758
fetch-depth: 2
58-
5959
- name: Build and Test
6060
run: |
6161
git config --global --add safe.directory '*'

0 commit comments

Comments
 (0)