Skip to content

Commit

Permalink
CI/CD: docker images updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pstolarz committed Mar 27, 2024
1 parent 126eab8 commit b68b3a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/arduino-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ RUN arduino-cli core install arduino:mbed_portenta
RUN arduino-cli core install arduino:mbed_rp2040

# Install extra cores.
# NOTE: due to bug in arduino-cli the last core is installed by downloading
# the index file, see: https://github.com/arduino/arduino-cli/issues/2345
RUN arduino-cli config add board_manager.additional_urls \
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json && \
arduino-cli config add board_manager.additional_urls \
Expand All @@ -42,7 +40,6 @@ RUN arduino-cli config add board_manager.additional_urls \
https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json && \
arduino-cli config add board_manager.additional_urls \
http://drazzy.com/package_drazzy.com_index.json && \
curl https://drazzy.com/package_drazzy.com_index.json >~/.arduino15/package_drazzy.com_index.json && \
arduino-cli update

RUN arduino-cli core install esp32:esp32
Expand Down
2 changes: 1 addition & 1 deletion .github/espidf-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN ln -sf /bin/bash /bin/sh
RUN cd / && \
git clone https://github.com/espressif/esp-idf && \
cd esp-idf && \
git checkout v5.1.1 && \
git checkout v5.2.1 && \
git submodule update --init --recursive

RUN cd /esp-idf && \
Expand Down

0 comments on commit b68b3a9

Please sign in to comment.