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 @@ -19,7 +19,7 @@ RUN apt install -y git build-essential wget rsync zip texinfo
19
19
RUN apt install -y libmpc-dev file
20
20
21
21
# Clone the libtock-c source so we can use the build scripts
22
- RUN git clone https://github.com/alistair23 /libtock-c
22
+ RUN git clone https://github.com/tock /libtock-c
23
23
RUN cd libtock-c && git fetch && git checkout 35f27e15df6a7672fae8cc4eb72350dcc42ef1bd
24
24
25
25
# Actually build the toolchain
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN apt install -y gcc-arm-none-eabi gcc-riscv64-unknown-elf
20
20
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
- RUN git clone https://github.com/alistair23 /libtock-c
23
+ RUN git clone https://github.com/tock /libtock-c
24
24
RUN cd libtock-c && git fetch && git checkout 35f27e15df6a7672fae8cc4eb72350dcc42ef1bd
25
25
26
26
# Actually build the toolchain
You can’t perform that action at this time.
0 commit comments