Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rtems6-qemu-xilinx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN echo "deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted" >>
libexpat1-dev zlib1g-dev libtinfo-dev \
python3-dev python-is-python3 \
&& cd /usr/src && \
git clone --depth 1 git://git.rtems.org/rtems-source-builder.git rsb && \
git clone --depth 1 https://github.com/RTEMS/rtems-source-builder.git rsb && \
cd /usr/src/rsb \
&& ./source-builder/sb-check \
&& cd /usr/src/rsb/bare \
Expand Down