Merge pull request #1425 from tlaurion/circleci_keep_sizes_forever

CircleCI: have sizes output kept in CircleCI forever just as hashes
This commit is contained in:
tlaurion 2023-06-27 11:12:16 -04:00 committed by GitHub
commit 91f65bed79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,11 @@ commands:
- run:
name: Output hashes
command: |
cat build/<<parameters.arch>>/<<parameters.target>>/hashes.txt || echo "No hashes for this build step..."\
cat build/<<parameters.arch>>/<<parameters.target>>/hashes.txt || echo "No hashes.txt for this build step..."
- run:
name: Output sizes
command: |
cat build/<<parameters.arch>>/<<parameters.target>>/sizes.txt || echo "No sizes.txt for this build step..."
- run:
name: Archiving build logs.
command: |