Skip to content

Commit

Permalink
Fix up docker: fix nuttx mirror to one with a good certificate, updat…
Browse files Browse the repository at this point in the history
…e version to make sense (#37196)

Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
andy31415 and andreilitvin authored Jan 24, 2025
1 parent dca110f commit 8a916c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrations/docker/images/base/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
101: [Silabs] Update Silabs docker to support MG26 Modules.
101 : [Silabs] Update Silabs docker to support MG26 Modules.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN set -x \
# Download and build g++-13
RUN set -x \
&& ! test -d /opt/nuttx/gcc-13 \
&& wget -P gcc_build https://ftp.tsukuba.wide.ad.jp/software/gcc/releases/gcc-13.1.0/gcc-13.1.0.tar.gz \
&& wget -P gcc_build https://mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-13.1.0/gcc-13.1.0.tar.gz \
&& cd gcc_build \
&& tar xzf gcc-13.1.0.tar.gz \
&& cd gcc-13.1.0 \
Expand Down

0 comments on commit 8a916c1

Please sign in to comment.