Skip to content

Commit edd97ab

Browse files
benmaNickeZ
authored andcommitted
ci: check da14531 firmware hash
1 parent b12e3c7 commit edd97ab

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.ci/ci

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ set -e
66
# Deny warnings in rust. CI will fail to compile any code with warnings in it.
77
export RUSTFLAGS="-Dwarnings"
88

9+
# Check the da14531 firmware matches the hash file, which makes reviewing updates to the binary
10+
# easier.
11+
sha256sum --check bitbox-da14531-firmware.bin.sha256
12+
913
# Check style for C and Rust
1014
./.ci/check-style
1115

bitbox-da14531-firmware.bin.sha256

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1e4aa8364e935c0785e4f891208307d832f788172e4bf61621de6df9ec3c215f bitbox-da14531-firmware.bin

0 commit comments

Comments
 (0)