Skip to content

Commit

Permalink
tests: Run on stable
Browse files Browse the repository at this point in the history
Workaround-For: RIOT-OS/riotdocker#214
  • Loading branch information
chrysn committed Oct 12, 2023
1 parent e1cbf96 commit 76749c8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/adc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ BASELIBS += $(APPLICATION_RUST_MODULE).module
FEATURES_REQUIRED += rust_target
FEATURES_REQUIRED += periph_adc

# Workaround for old nightlies / https://github.com/RIOT-OS/riotdocker/pull/214
CARGO_CHANNEL ?= stable

include $(RIOTBASE)/Makefile.include
3 changes: 3 additions & 0 deletions tests/auto-init/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ APPLICATION_RUST_MODULE = riot_wrappers_test_auto_init
BASELIBS += $(APPLICATION_RUST_MODULE).module
FEATURES_REQUIRED += rust_target

# Workaround for old nightlies / https://github.com/RIOT-OS/riotdocker/pull/214
CARGO_CHANNEL ?= stable

include $(RIOTBASE)/Makefile.include
3 changes: 3 additions & 0 deletions tests/dac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ FEATURES_REQUIRED += periph_dac
# good to use).
BOARD_WHITELIST = stk3700

# Workaround for old nightlies / https://github.com/RIOT-OS/riotdocker/pull/214
CARGO_CHANNEL ?= stable

include $(RIOTBASE)/Makefile.include
3 changes: 3 additions & 0 deletions tests/led/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ APPLICATION_RUST_MODULE = riot_wrappers_test_leds
BASELIBS += $(APPLICATION_RUST_MODULE).module
FEATURES_REQUIRED += rust_target

# Workaround for old nightlies / https://github.com/RIOT-OS/riotdocker/pull/214
CARGO_CHANNEL ?= stable

include $(RIOTBASE)/Makefile.include
3 changes: 3 additions & 0 deletions tests/mutex/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ APPLICATION_RUST_MODULE = riot_wrappers_test_mutex
BASELIBS += $(APPLICATION_RUST_MODULE).module
FEATURES_REQUIRED += rust_target

# Workaround for old nightlies / https://github.com/RIOT-OS/riotdocker/pull/214
CARGO_CHANNEL ?= stable

include $(RIOTBASE)/Makefile.include

0 comments on commit 76749c8

Please sign in to comment.