Skip to content

Commit 2062edf

Browse files
chore(deps, cpp): update g++-13 (#666)
* 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]>
1 parent 8a97205 commit 2062edf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/cpp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ENV PATH="$PATH:/usr/lib/llvm-${CLANG_VERSION}/bin"
5252

5353
# Install arm-gcc toolchain
5454
RUN mkdir /opt/gcc-arm-none-eabi \
55-
&& 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
55+
&& 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
5656
ENV PATH="$PATH:/opt/gcc-arm-none-eabi/bin"
5757

5858
# Install docker-cli for Docker-from-Docker tools

.devcontainer/cpp/apt-requirements-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"bash-completion": "1:2.11-8",
33
"ca-certificates": "20240203",
4-
"g++-13": "13.2.0-23ubuntu4",
4+
"g++-13": "13.3.0-6ubuntu2~24.04",
55
"gdb-multiarch": "15.0.50.20240403-0ubuntu1",
66
"git": "1:2.43.0-1ubuntu7.1",
77
"gnupg2": "2.4.4-2ubuntu17",

0 commit comments

Comments
 (0)