Skip to content

Commit

Permalink
chore(deps, cpp): update g++-13 (#666)
Browse files Browse the repository at this point in the history
* Update g++-13

* chore: update arm-gnu toolchain to 13.3 following host toolchain

---------

Co-authored-by: philips-software-forest-releaser[bot] <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com>
Co-authored-by: Ron <[email protected]>
  • Loading branch information
1 parent 8a97205 commit 2062edf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/cpp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ENV PATH="$PATH:/usr/lib/llvm-${CLANG_VERSION}/bin"

# Install arm-gcc toolchain
RUN mkdir /opt/gcc-arm-none-eabi \
&& wget -qO - "https://developer.arm.com/-/media/Files/downloads/gnu/13.2.rel1/binrel/arm-gnu-toolchain-13.2.rel1-$(uname -m)-arm-none-eabi.tar.xz" | tar --exclude='*arm-none-eabi-gdb*' --exclude='share' --strip-components=1 -xJC /opt/gcc-arm-none-eabi
&& wget -qO - "https://developer.arm.com/-/media/Files/downloads/gnu/13.3.rel1/binrel/arm-gnu-toolchain-13.3.rel1-$(uname -m)-arm-none-eabi.tar.xz" | tar --exclude='*arm-none-eabi-gdb*' --exclude='share' --strip-components=1 -xJC /opt/gcc-arm-none-eabi
ENV PATH="$PATH:/opt/gcc-arm-none-eabi/bin"

# Install docker-cli for Docker-from-Docker tools
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/cpp/apt-requirements-base.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"bash-completion": "1:2.11-8",
"ca-certificates": "20240203",
"g++-13": "13.2.0-23ubuntu4",
"g++-13": "13.3.0-6ubuntu2~24.04",
"gdb-multiarch": "15.0.50.20240403-0ubuntu1",
"git": "1:2.43.0-1ubuntu7.1",
"gnupg2": "2.4.4-2ubuntu17",
Expand Down

0 comments on commit 2062edf

Please sign in to comment.