Skip to content

Commit

Permalink
update libtock-c hashes for Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ppannuto committed Oct 25, 2024
1 parent ced4c9e commit 3668217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libc++/docker/docker-libc++-14.1.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ced4c9ee7f450013b875d943c514bf8256b1efd4

# Actually build the toolchain
RUN cd libtock-c/libc++ && make GCC_VERSION=14.1.0 NEWLIB_VERSION=4.4.0.20231231 -j16
2 changes: 1 addition & 1 deletion newlib/docker/docker-newlib-4.4.0.20231231/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ced4c9ee7f450013b875d943c514bf8256b1efd4

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

0 comments on commit 3668217

Please sign in to comment.