Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cpu/riscv_common: remove picolibc from blacklisting in CI #19862

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cpu/riscv_common/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ config CPU_ARCH_RISCV
select HAS_LIBSTDCPP
select HAS_NEWLIB
select HAS_PERIPH_CORETIMER
select HAS_PICOLIBC if '$(RIOT_CI_BUILD)' != '1'
select HAS_PICOLIBC
select HAS_PUF_SRAM
select HAS_RUST_TARGET
select HAS_SSP
Expand Down
4 changes: 1 addition & 3 deletions cpu/riscv_common/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ FEATURES_PROVIDED += rust_target
FEATURES_PROVIDED += ssp

# RISC-V toolchain on CI does not work properly with picolibc yet
ifeq (,$(RIOT_CI_BUILD))
FEATURES_PROVIDED += picolibc
endif
FEATURES_PROVIDED += picolibc