| Issue |
176400
|
| Summary |
Uploading release binaries failing on macOS
|
| Labels |
infrastructure
|
| Assignees |
|
| Reporter |
c-rhodes
|
Upload artifacts step is failing, likely because `$INPUTS_DIGEST` isn't set:
```
Run digest_file="sha256"
digest_file="sha256"
echo "$INPUTS_DIGEST -" > $digest_file
cat /home/runner/work/llvm-project/llvm-project/downloads/* | sha256sum -c $digest_file
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
env:
INPUTS_DIGEST:
sha256sum: sha256: no properly formatted checksum lines found
cat: write error: Broken pipe
Error: Process completed with exit code 1.
```
https://github.com/llvm/llvm-project/actions/runs/21062423034/job/60589493119#step:3:45
this explains why there's no attestation for macOS ARM64 https://github.com/llvm/llvm-project/attestations since it fails before that gets uploaded
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs