mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
Make identifiers deterministic.
This commit is contained in:
parent
4f193df0ef
commit
be8a5e89b8
3 changed files with 62 additions and 65 deletions
|
|
@ -125,6 +125,12 @@ main() {
|
|||
|
||||
cargo clean
|
||||
for ex in ${exs[@]}; do
|
||||
if [ $ex = singleton ]; then
|
||||
# singleton build is currently not reproducible due to
|
||||
# https://github.com/japaric/owned-singleton/issues/2
|
||||
continue
|
||||
fi
|
||||
|
||||
if [ $ex != types ]; then
|
||||
arm_example "build" $ex "debug" "" "2"
|
||||
cmp ${ex}_debug_1.hex ${ex}_debug_2.hex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue