1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 22:49:47 +01:00

examples/openthread: Skip Kconfig test in murdock

It seems like the openthread package has some 'non-reproducible' builds
so we just disable it by renaming the app.config.test so murdock will not
pick it up.

Probably something to do with a timestamp.
This commit is contained in:
MrKevinWeiss 2023-06-02 11:44:25 +02:00
parent d0a5e86129
commit f1f4f20ecd
No known key found for this signature in database
GPG Key ID: 4B69974722CBEEAE
2 changed files with 0 additions and 2 deletions

View File

@ -73,6 +73,4 @@ USEMODULE += ps
CXXEXFLAGS += -fno-rtti
USEMODULE += cpp11-compat
SHOULD_RUN_KCONFIG ?=
include $(RIOTBASE)/Makefile.include