mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
ci: the singleton example has been removed
This commit is contained in:
parent
3adc9c31f3
commit
fa22145363
1 changed files with 0 additions and 8 deletions
|
@ -104,8 +104,6 @@ main() {
|
||||||
message
|
message
|
||||||
capacity
|
capacity
|
||||||
|
|
||||||
singleton
|
|
||||||
|
|
||||||
types
|
types
|
||||||
not-send
|
not-send
|
||||||
not-sync
|
not-sync
|
||||||
|
@ -140,12 +138,6 @@ main() {
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
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
|
if [ $ex != types ]; then
|
||||||
arm_example "build" $ex "debug" "$nightly" "2"
|
arm_example "build" $ex "debug" "$nightly" "2"
|
||||||
cmp ci/builds/${ex}_${nightly/nightly/nightly_}debug_1.hex \
|
cmp ci/builds/${ex}_${nightly/nightly/nightly_}debug_1.hex \
|
||||||
|
|
Loading…
Reference in a new issue