From 312fe55d98af53a3d94e62e253b42aedf1ef2859 Mon Sep 17 00:00:00 2001 From: Brad Campbell Date: Fri, 9 Feb 2024 09:41:07 -0500 Subject: [PATCH] newlib/libcpp: update commit hash in dockerfile This makes the commit hash used to build newlib and libcpp new enough to include the full PR on libtock-c/master. --- libc++/docker/docker-libc++-10.5.0/Dockerfile | 2 +- libc++/docker/docker-libc++-12.3.0/Dockerfile | 2 +- libc++/docker/docker-libc++-13.2.0/Dockerfile | 2 +- newlib/docker/docker-newlib-4.2.0.20211231/Dockerfile | 2 +- newlib/docker/docker-newlib-4.3.0.20230120/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libc++/docker/docker-libc++-10.5.0/Dockerfile b/libc++/docker/docker-libc++-10.5.0/Dockerfile index 3166d4f3a..d97cffc9b 100644 --- a/libc++/docker/docker-libc++-10.5.0/Dockerfile +++ b/libc++/docker/docker-libc++-10.5.0/Dockerfile @@ -21,7 +21,7 @@ RUN apt install -y libmpc-dev file # Clone the libtock-c source so we can use the build scripts RUN git clone https://github.com/tock/libtock-c -b make-precompiled -RUN cd libtock-c && git fetch && git checkout 6dc8907938e7daa307650ba6577a59c25214ef3f +RUN cd libtock-c && git fetch && git checkout d6230f8cb7cef1f1ecdc4f2eb06f5416634ea332 # Actually build the toolchain RUN cd libtock-c/libc++ && make GCC_VERSION=10.5.0 NEWLIB_VERSION=4.2.0.20211231 diff --git a/libc++/docker/docker-libc++-12.3.0/Dockerfile b/libc++/docker/docker-libc++-12.3.0/Dockerfile index 0098c35a4..8a79010d6 100644 --- a/libc++/docker/docker-libc++-12.3.0/Dockerfile +++ b/libc++/docker/docker-libc++-12.3.0/Dockerfile @@ -21,7 +21,7 @@ RUN apt install -y libmpc-dev file # Clone the libtock-c source so we can use the build scripts RUN git clone https://github.com/tock/libtock-c -b make-precompiled -RUN cd libtock-c && git fetch && git checkout 6dc8907938e7daa307650ba6577a59c25214ef3f +RUN cd libtock-c && git fetch && git checkout d6230f8cb7cef1f1ecdc4f2eb06f5416634ea332 # Actually build the toolchain RUN cd libtock-c/libc++ && make GCC_VERSION=12.3.0 NEWLIB_VERSION=4.3.0.20230120 diff --git a/libc++/docker/docker-libc++-13.2.0/Dockerfile b/libc++/docker/docker-libc++-13.2.0/Dockerfile index b99f89e7b..223c5d172 100644 --- a/libc++/docker/docker-libc++-13.2.0/Dockerfile +++ b/libc++/docker/docker-libc++-13.2.0/Dockerfile @@ -21,7 +21,7 @@ RUN apt install -y libmpc-dev file # Clone the libtock-c source so we can use the build scripts RUN git clone https://github.com/tock/libtock-c -b make-precompiled -RUN cd libtock-c && git fetch && git checkout 6dc8907938e7daa307650ba6577a59c25214ef3f +RUN cd libtock-c && git fetch && git checkout d6230f8cb7cef1f1ecdc4f2eb06f5416634ea332 # Actually build the toolchain RUN cd libtock-c/libc++ && make GCC_VERSION=13.2.0 NEWLIB_VERSION=4.3.0.20230120 diff --git a/newlib/docker/docker-newlib-4.2.0.20211231/Dockerfile b/newlib/docker/docker-newlib-4.2.0.20211231/Dockerfile index 478244603..d875a8a3b 100644 --- a/newlib/docker/docker-newlib-4.2.0.20211231/Dockerfile +++ b/newlib/docker/docker-newlib-4.2.0.20211231/Dockerfile @@ -22,7 +22,7 @@ RUN apt install -y git build-essential wget rsync zip # Clone the libtock-c source so we can use the build scripts RUN git clone https://github.com/tock/libtock-c -b make-precompiled -RUN cd libtock-c && git fetch && git checkout e8cb1bc98695b36b331ac977124c00ea160ceb76 +RUN cd libtock-c && git fetch && git checkout d6230f8cb7cef1f1ecdc4f2eb06f5416634ea332 # Actually build the toolchain RUN cd libtock-c/newlib && make NEWLIB_VERSION=4.2.0.20211231 diff --git a/newlib/docker/docker-newlib-4.3.0.20230120/Dockerfile b/newlib/docker/docker-newlib-4.3.0.20230120/Dockerfile index c96a63117..65f46501c 100644 --- a/newlib/docker/docker-newlib-4.3.0.20230120/Dockerfile +++ b/newlib/docker/docker-newlib-4.3.0.20230120/Dockerfile @@ -22,7 +22,7 @@ RUN apt install -y git build-essential wget rsync texinfo zip # Clone the libtock-c source so we can use the build scripts RUN git clone https://github.com/tock/libtock-c -b make-precompiled -RUN cd libtock-c && git fetch && git checkout e8cb1bc98695b36b331ac977124c00ea160ceb76 +RUN cd libtock-c && git fetch && git checkout d6230f8cb7cef1f1ecdc4f2eb06f5416634ea332 # Actually build the toolchain RUN cd libtock-c/newlib && make NEWLIB_VERSION=4.3.0.20230120