We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84d31d commit 108123eCopy full SHA for 108123e
riotbuild/Dockerfile
@@ -290,9 +290,6 @@ RUN cd /usr/src/picolibc/picolibc-${PICOLIBC_TAG} && \
290
cd build-riscv && \
291
meson .. -Dtests=true -Dmultilib=false -Dincludedir=picolibc/riscv-none-elf/include -Dlibdir=picolibc/riscv-none-elf/lib --cross-file ../cross-riscv-none-elf.txt && \
292
ninja && ninja install && \
293
- cd ../build-esp32 && \
294
- sh ../do-esp32-configure && \
295
- ninja && ninja install && \
296
cd ../build-arm && \
297
sh ../do-arm-configure && \
298
ninja && ninja install
0 commit comments