Avoid use of git://
URLs in submodules
#1620
Labels
PR: submodule bump
Pull requests that include a submodule bump
tech debt
Issues that document or involve technical debt
tooling: CI
Issues involving CI/CD scripts or processes
GitHub recently removed support for
git://
URLs. Unfortunately, this causes problems for SAW, at least one submodule makes use of agit://
URL. See this failing CI job for an example:This arises from this line in the
blst-verification
repo. It's possible that there are others, too, sinceheapster.saw
resorts to this trick:saw-script/heapster.dockerfile
Lines 37 to 39 in 09463dd
Now that
git://
is officially no longer supported, we should:git://
URLs,saw-script
's Dockerfiles accordingly, andgit config --global url."https://".insteadOf git://
in the Dockerfiles to ensure that everything works as expected.The text was updated successfully, but these errors were encountered: