fix(pico-sensor): path relative to root of project as GitLab need it

GitLab need a path from the root of the project even it's in a sub-folder

Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
2025-06-24 21:38:54 +02:00
parent b88f24385d
commit 35225ada3c

View File

@@ -70,7 +70,7 @@ RUN \
ENV PICO_SDK_PATH=/apps/pico-sdk/ ENV PICO_SDK_PATH=/apps/pico-sdk/
# Patch the SDK for semihosting file I/O (needed for gcov) # Patch the SDK for semihosting file I/O (needed for gcov)
COPY newlib_interface.c.patched ${PICO_SDK_PATH}/src/rp2_common/pico_clib_interface/newlib_interface.c COPY ./pico-sensor/newlib_interface.c.patched ${PICO_SDK_PATH}/src/rp2_common/pico_clib_interface/newlib_interface.c
# Build picotool so we don't have to build it for the project # Build picotool so we don't have to build it for the project
RUN \ RUN \