Skip to content

Commit 2d216dc

Browse files
ppannutoalevy
authored andcommitted
update Dockerfile paths to Tock org
1 parent 416e7bb commit 2d216dc

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
@@ -19,7 +19,7 @@ RUN apt install -y git build-essential wget rsync zip texinfo
1919
RUN apt install -y libmpc-dev file
2020

2121
# 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
2323
RUN cd libtock-c && git fetch && git checkout 35f27e15df6a7672fae8cc4eb72350dcc42ef1bd
2424

2525
# Actually build the toolchain

newlib/docker/docker-newlib-4.4.0.20231231/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt install -y gcc-arm-none-eabi gcc-riscv64-unknown-elf
2020
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
23-
RUN git clone https://github.com/alistair23/libtock-c
23+
RUN git clone https://github.com/tock/libtock-c
2424
RUN cd libtock-c && git fetch && git checkout 35f27e15df6a7672fae8cc4eb72350dcc42ef1bd
2525

2626
# Actually build the toolchain

0 commit comments

Comments
 (0)