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
|
||||
capacity
|
||||
|
||||
singleton
|
||||
|
||||
types
|
||||
not-send
|
||||
not-sync
|
||||
|
@ -140,12 +138,6 @@ main() {
|
|||
continue
|
||||
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
|
||||
arm_example "build" $ex "debug" "$nightly" "2"
|
||||
cmp ci/builds/${ex}_${nightly/nightly/nightly_}debug_1.hex \
|
||||
|
|
Loading…
Reference in a new issue