Skip to content

Commit

Permalink
update commit hashes in dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Dec 19, 2023
1 parent 6dc8907 commit fb6414c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libc++/docker/docker-libc++-10.5.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 48867de2b05468344e4336b07630e4d0d9f1cae9
RUN cd libtock-c && git fetch && git checkout 6dc8907938e7daa307650ba6577a59c25214ef3f

# Actually build the toolchain
RUN cd libtock-c/libc++ && make GCC_VERSION=10.5.0 NEWLIB_VERSION=4.2.0.20211231
2 changes: 1 addition & 1 deletion libc++/docker/docker-libc++-12.3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 48867de2b05468344e4336b07630e4d0d9f1cae9
RUN cd libtock-c && git fetch && git checkout 6dc8907938e7daa307650ba6577a59c25214ef3f

# Actually build the toolchain
RUN cd libtock-c/libc++ && make GCC_VERSION=12.3.0 NEWLIB_VERSION=4.3.0.20230120
2 changes: 1 addition & 1 deletion libc++/docker/docker-libc++-13.2.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 48867de2b05468344e4336b07630e4d0d9f1cae9
RUN cd libtock-c && git fetch && git checkout 6dc8907938e7daa307650ba6577a59c25214ef3f

# Actually build the toolchain
RUN cd libtock-c/libc++ && make GCC_VERSION=13.2.0 NEWLIB_VERSION=4.3.0.20230120
2 changes: 1 addition & 1 deletion newlib/docker/docker-newlib-4.2.0.20211231/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 --depth 1 -b make-precompiled
RUN cd libtock-c && git fetch && git checkout ba822daf75f2aa650728cd25d232e90c904a9002
RUN cd libtock-c && git fetch && git checkout 6dc8907938e7daa307650ba6577a59c25214ef3f

# Actually build the toolchain
RUN cd libtock-c/newlib && make NEWLIB_VERSION=4.2.0.20211231
2 changes: 1 addition & 1 deletion newlib/docker/docker-newlib-4.3.0.20230120/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ba822daf75f2aa650728cd25d232e90c904a9002
RUN cd libtock-c && git fetch && git checkout 6dc8907938e7daa307650ba6577a59c25214ef3f

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

0 comments on commit fb6414c

Please sign in to comment.