File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
libc++/docker/docker-libc++-14.1.0
newlib/docker/docker-newlib-4.4.0.20231231 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN apt install -y libmpc-dev file
20
20
21
21
# Clone the libtock-c source so we can use the build scripts
22
22
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
24
24
25
25
# Actually build the toolchain
26
26
RUN cd libtock-c/libc++ && make GCC_VERSION=14.1.0 NEWLIB_VERSION=4.4.0.20231231 -j16
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN apt install -y git build-essential wget rsync texinfo zip
21
21
22
22
# Clone the libtock-c source so we can use the build scripts
23
23
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
25
25
26
26
# Actually build the toolchain
27
27
RUN cd libtock-c/newlib && make NEWLIB_VERSION=4.4.0.20231231
You can’t perform that action at this time.
0 commit comments