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:
@@ -70,7 +70,7 @@ RUN \
|
||||
ENV PICO_SDK_PATH=/apps/pico-sdk/
|
||||
|
||||
# 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
|
||||
RUN \
|
||||
Reference in New Issue
Block a user