im-tomu / fomu-toolchain

A collection of tools for developing for Fomu
81 stars 11 forks source link

build: generate checksums for build files #6

Closed aboyett closed 5 years ago

aboyett commented 5 years ago

SHA1, SHA256, and SHA512 checksums are now generated (and uploaded to releases) for toolchains on all arches. This will allow checksums of artifacts to be verified as coming from CI. This is particularly useful during Fomu workshops where the toolchain is distributed on USB drives to work around local bandwidth limitations.

set +x is used to clean up the output by disabling the echo of commands while checksum calculation is performed and enabled again with set -x once checksums calcs are complete.

xobs commented 5 years ago

LGTM2