Skip to content

Commit a03e402

Browse files
committed
update libtock-c hashes for Dockerfile
1 parent 26f2f52 commit a03e402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libc++/docker/docker-libc++-14.1.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt install -y libmpc-dev file
2020

2121
# Clone the libtock-c source so we can use the build scripts
2222
RUN git clone https://github.com/tock/libtock-c
23-
RUN cd libtock-c && git fetch && git checkout 35f27e15df6a7672fae8cc4eb72350dcc42ef1bd
23+
RUN cd libtock-c && git fetch && git checkout 26f2f52841c726a2b38d51f3de93a64f753e1a36
2424

2525
# Actually build the toolchain
2626
RUN cd libtock-c/libc++ && make GCC_VERSION=14.1.0 NEWLIB_VERSION=4.4.0.20231231 -j16

newlib/docker/docker-newlib-4.4.0.20231231/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt install -y git build-essential wget rsync texinfo zip
2121

2222
# Clone the libtock-c source so we can use the build scripts
2323
RUN git clone https://github.com/tock/libtock-c
24-
RUN cd libtock-c && git fetch && git checkout 35f27e15df6a7672fae8cc4eb72350dcc42ef1bd
24+
RUN cd libtock-c && git fetch && git checkout 26f2f52841c726a2b38d51f3de93a64f753e1a36
2525

2626
# Actually build the toolchain
2727
RUN cd libtock-c/newlib && make NEWLIB_VERSION=4.4.0.20231231

0 commit comments

Comments
 (0)