project-everest / everest

https://project-everest.github.io/
Apache License 2.0
193 stars 29 forks source link

Create a script for making binary drops of miTLS #50

Closed BarryBo closed 6 years ago

BarryBo commented 6 years ago

The script should be run after a miTLS build completes, and populate a drop share with:

Copying directly to an SMB server from inside Cygwin can be very slow (especially if the build machine and server are on different continents). So the files should be staged locally, and bulk-copied. The OCaml source could be tarred/zipped, to reduce copy latency, too.

@ad-l currently does this by hand. It needs to be automated, then, preferably, run during the Everest nightly build.

BarryBo commented 6 years ago

Closing... we are moving to a source drop format, and it is automated by the Everest make-source-drop script.