1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00
RIOT/makefiles
Marian Buschsieweke 651e1907dc
build system: Allow running tests in docker
When building for native with `BUILD_IN_DOCKER=1`, the created elf file
may not be compatible with the host system if:

- The container used is using glibc and the host system is using another
  C lib
- Both container and host are using glibc, but the container is using
  a more recent one than the host

To avoid these issues, this commit changes behavior to just run the `test`
goal inside the docker image as well when the board is `native%`.
2025-09-30 14:50:21 +02:00
..
2025-08-20 15:25:13 +02:00
2024-02-05 22:01:40 +01:00
2025-04-27 22:59:33 +02:00