Skip to content

Commit a631ba5

Browse files
committed
tc
1 parent 99a4fc5 commit a631ba5

File tree

2 files changed

+10
-483
lines changed

2 files changed

+10
-483
lines changed

.github/workflows/_linux-build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,16 @@ jobs:
284284
if: inputs.build-generates-artifacts && steps.build.outcome != 'skipped'
285285
run: |
286286
zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .additional_ci_files
287+
zip -r sccache_log.zip sccache_error.log
288+
289+
- name: store
290+
uses: seemethere/upload-artifact-s3@v5
291+
with:
292+
name: ${{ inputs.build-environment }}-sccache-log
293+
retention-days: 14
294+
if-no-files-found: error
295+
path: sccache_log.zip
296+
s3-bucket: ${{ inputs.s3-bucket }}
287297

288298
- name: Store PyTorch Build Artifacts on S3
289299
uses: seemethere/upload-artifact-s3@v5

0 commit comments

Comments
 (0)