From 54b93c4018dfca66ed80efff4306d54bf4d6e5c1 Mon Sep 17 00:00:00 2001 From: Pat Pannuto Date: Wed, 23 Oct 2024 16:14:56 -0700 Subject: [PATCH] update libtock-c hashes for Dockerfile --- libc++/docker/docker-libc++-14.1.0/Dockerfile | 2 +- newlib/docker/docker-newlib-4.4.0.20231231/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libc++/docker/docker-libc++-14.1.0/Dockerfile b/libc++/docker/docker-libc++-14.1.0/Dockerfile index d0970d9de..9bea54d25 100644 --- a/libc++/docker/docker-libc++-14.1.0/Dockerfile +++ b/libc++/docker/docker-libc++-14.1.0/Dockerfile @@ -20,7 +20,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 -RUN cd libtock-c && git fetch && git checkout 35f27e15df6a7672fae8cc4eb72350dcc42ef1bd +RUN cd libtock-c && git fetch && git checkout 26f2f52841c726a2b38d51f3de93a64f753e1a36 # Actually build the toolchain RUN cd libtock-c/libc++ && make GCC_VERSION=14.1.0 NEWLIB_VERSION=4.4.0.20231231 -j16 diff --git a/newlib/docker/docker-newlib-4.4.0.20231231/Dockerfile b/newlib/docker/docker-newlib-4.4.0.20231231/Dockerfile index e9b2e6221..7c8e351b2 100644 --- a/newlib/docker/docker-newlib-4.4.0.20231231/Dockerfile +++ b/newlib/docker/docker-newlib-4.4.0.20231231/Dockerfile @@ -21,7 +21,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 -RUN cd libtock-c && git fetch && git checkout 35f27e15df6a7672fae8cc4eb72350dcc42ef1bd +RUN cd libtock-c && git fetch && git checkout 26f2f52841c726a2b38d51f3de93a64f753e1a36 # Actually build the toolchain RUN cd libtock-c/newlib && make NEWLIB_VERSION=4.4.0.20231231