Skip to content

Commit

Permalink
https for clone
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlWachter committed Jun 5, 2024
1 parent 3fa5a52 commit afa9493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mv isl-0.15 gcc/isl
fi

if [ ! -d "hermit" ]; then
git clone --recursive -b toolchain_fix git@github.com:CarlWachter/hermit-playground.git hermit
git clone --recursive -b toolchain_fix https://github.com/CarlWachter/hermit-playground.git hermit
pushd hermit/librs
# See https://github.com/hermit-os/libhermit-rs/issues/597
cargo update --package time --precise 0.3.11
Expand Down

0 comments on commit afa9493

Please sign in to comment.