-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update cold compiler to 4.09.1 (2.0 version) #4262
Conversation
Needs to include a 4.09.1 system compiler!
Dune picks up the dune files in more recent versions.
Unblocks CI when upstream tarballs aren't available.
This reverts commit 4869ee6.
Apparently GNU make 4 is more forgiving of poor syntax...
MD5 sums were not checked in make -C src_ext cache-archives (so CI archives were not verified). Error reporting improved - it's now clear which tarballs were skipped on error. Code for downloading archives between lib-ext/lib-pkg and cache-archives merged.
Version was never written to ~/local/versions - correct this and also correct the "default" version to be the version returned by the binary, rather than just assuming it's the correct binary!
This reverts commit 6e31f9f.
This should pass CI (fingers crossed) - the change to .travis.yml automatically invalidates the caches, but I have also checked that the new code in The problem is that new PRs pull the master branch Travis cache (not sure why they don't pick up the 2.0 one - they do try it). The issue is not the opam root, it's the cached bootstrap If this passes CI here, I'll cherry-pick 3896625 and ac7064b back to master. |
This reverts commit 69fd1bc.
This cherry-picks:
src_ext/update-sources.sh
changes from Update src ext versions #3889src_ext/Makefile.sources
)shell/md5check.ml
)