Skip to content

Commit e14912b

Browse files
committed
debug sccache-dist
1 parent 70af246 commit e14912b

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/ci.cpu.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ jobs:
9696
--auth-token '${SCCACHE_DIST_TOKEN}' \
9797
";
9898
99+
sccache --dist-status
100+
cat /home/coder/stdexec/.cache/*.log
101+
99102
# Copy source folder into ~/stdexec
100103
cp -r "${GITHUB_WORKSPACE}"/stdexec ~/;
101104
chown -R coder:coder ~/stdexec;
@@ -123,7 +126,7 @@ jobs:
123126
uses: actions/upload-artifact@v4
124127
with:
125128
name: sccache-client-logs-${{env.ARTIFACT_PREFIX}}-${{env.ARTIFACT_SUFFIX}}
126-
path: .cache/*.log
129+
path: /home/coder/stdexec/.cache/*.log
127130
compression-level: 9
128131

129132
ci-cpu:

.github/workflows/ci.gpu.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ jobs:
108108
--auth-token '${SCCACHE_DIST_TOKEN}' \
109109
";
110110
111+
sccache --dist-status
112+
cat /home/coder/stdexec/.cache/*.log
113+
111114
# Copy source folder into ~/stdexec
112115
cp -r "${GITHUB_WORKSPACE}"/stdexec ~/;
113116
chown -R coder:coder ~/stdexec;
@@ -141,7 +144,7 @@ jobs:
141144
uses: actions/upload-artifact@v4
142145
with:
143146
name: sccache-client-logs-${{env.ARTIFACT_PREFIX}}-${{env.ARTIFACT_SUFFIX}}
144-
path: .cache/*.log
147+
path: /home/coder/stdexec/.cache/*.log
145148
compression-level: 9
146149

147150

0 commit comments

Comments
 (0)