Use user-provided SDK.
This commit is contained in:
parent
8b67fe9eda
commit
1281f0bea6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user