Skip to content

Commit

Permalink
Change host-musl submodule URL to use HTTPS.
Browse files Browse the repository at this point in the history
The official musl repository (git.musl-libc.org) does currently not support
HTTPS access. However, SSH access frequently causes issues, e.g. due to
firewall policies. We therefore now use a github-hosted mirror of musl,
accessed via HTTPS.
  • Loading branch information
cpriebe committed Apr 17, 2018
1 parent becf38c commit 28dcb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
url = https://github.com/lkl/linux.git
[submodule "host-musl"]
path = host-musl
url = git://git.musl-libc.org/musl
url = https://github.com/lsds/musl.git
[submodule "sgx-lkl-musl"]
path = sgx-lkl-musl
url = https://github.com/lsds/sgx-lkl-musl.git

0 comments on commit 28dcb2f

Please sign in to comment.