Use user-provided SDK.

This commit is contained in:
giomba 2022-10-15 22:51:12 +02:00
parent 8b67fe9eda
commit 1281f0bea6
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@ RUN useradd -m -G sudo builder
USER builder
WORKDIR /home/builder
RUN git clone -b master https://github.com/raspberrypi/pico-sdk.git && cd pico-sdk && git submodule update --init
# RUN git clone -b master https://github.com/raspberrypi/pico-sdk.git && cd pico-sdk && git submodule update --init
# RUN git clone -b master https://github.com/raspberrypi/pico-examples.git
# RUN git clone -b master https://github.com/raspberrypi/pico-extras.git
# RUN git clone -b master https://github.com/raspberrypi/pico-playground.git
ENV PICO_SDK_PATH=/home/builder/pico-sdk
ENV PICO_SDK_PATH=/home/builder/workspace/pico-sdk