We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668e63f commit 39a066cCopy full SHA for 39a066c
docker/rustembedded-osdev-utils/Dockerfile
@@ -44,7 +44,7 @@ RUN set -ex; \
44
gem install bundler; \
45
bundle install --retry 3 --without development; \
46
# QEMU
47
- git clone git://git.qemu.org/qemu.git; \
+ git clone https://git.qemu.org/git/qemu.git; \
48
cd qemu; \
49
git checkout tags/v5.2.0; \
50
./configure --target-list=aarch64-softmmu --enable-modules \
0 commit comments