Commit graph

77 commits

Author SHA1 Message Date
Silvio Fricke 2d21d0f62d update openssl from 1.0.2j to 1.0.2l
Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>
2017-08-08 17:40:33 +02:00
cssivision d9d0f9fba1 Add openssl certificate look up 2017-07-26 12:57:29 +08:00
Eric Kidd be647e59cb Merge pull request #11 from xliiv/update-zlib
Update zlib version
2017-03-18 07:19:42 -04:00
Tymoteusz Jankowski d34814ccb7 Update zlib version 2017-02-21 20:29:23 +01:00
Eric Kidd 0c1c134978 Add && to shell script 2016-11-25 07:56:34 -05:00
Eric Kidd a5fbde9b8b Add musl target manually again 2016-11-25 07:54:46 -05:00
Eric Kidd ee2ab52448 Fix missing continuation line 2016-11-25 07:52:24 -05:00
Eric Kidd 2d81e683fc Use bash for hook script 2016-11-25 07:49:16 -05:00
Eric Kidd a61815dd1a Use DOCKER_TAG to pick correct toolchain 2016-11-25 07:45:10 -05:00
Eric Kidd 67f9e0c858 Add OPENSSL_DIR env var to support newer versions of hyper
The hyper 0.9.x build scripts now require this variable to be set.
2016-11-19 08:50:55 -05:00
Eric Kidd 8ac90b66a5 Upgrade OpenSSL to 1.0.2j 2016-11-19 08:50:41 -05:00
Eric Kidd 4bbe14e5cb Use pre-built musl-tools package 2016-11-19 08:50:23 -05:00
Eric Kidd 1bf7dc854e Add instructions for building releases with Travis CI 2016-09-12 08:39:22 -04:00
Eric Kidd aae972390a Add an example script for use with Travis CI 2016-09-12 07:22:46 -04:00
Eric Kidd ae38d01259 Remind myself how to release this correctly 2016-09-12 06:48:26 -04:00
Eric Kidd c1116675a1 Switch from Debian to Ubuntu 16.04 to work around Rust musl link bug
See https://github.com/rust-lang/rust/issues/34978

Allowing broken musl cross compilers through to stable really does break
some Rust-based projects.
2016-09-12 06:45:04 -04:00
Eric Kidd c6ed680715 Rename test crate, because test is no longer a valid crate name 2016-09-12 06:43:11 -04:00
Eric Kidd a91a976873 Merge pull request #4 from icorderi/patch-1
Add DEP_OPENSSL_INCLUDE export
2016-09-12 06:20:16 -04:00
Ignacio Corderi 0f735c5c04 Add DEP_OPENSSL_INCLUDE export
OPENSSL_INCLUDE_DIR should have worked, but apparently we also need DEP_OPENSSL_INCLUDE
2016-05-18 15:05:15 -07:00
Eric Kidd 335b88cd06 Merge pull request #3 from svend/non-interactive
Pass non-interactive flag (-y) to disable tty
2016-05-05 06:42:32 -04:00
Svend Sorensen 31d0702171 Pass non-interactive flag (-y) to disable tty
Flag is in rustup-init.sh:

72b9821072/rustup-init.sh (L51-L62)
2016-05-04 13:02:00 -05:00
Eric Kidd 6193f455bf Fix typo in README.md 2016-04-17 07:46:15 -04:00
Eric Kidd 09c9198dc1 Add licenses 2016-04-17 07:45:08 -04:00
Eric Kidd 1bae9725ae Overhaul extensively and add test script 2016-04-17 07:42:09 -04:00
Eric Kidd 19406f809a Remove the VOLUME declaration
In the use cases where we want this, it needs to be specified on the
command-line anyway.  In the use cases where we don't want--such as
ADDing the source to the builder image for a cross-machine build--we
don't want it at all.  So don't declare it.
2016-04-17 06:36:11 -04:00
Eric Kidd 16962993f9 Use tag stable for example derived Dockerfile 2016-04-17 06:29:44 -04:00
Eric Kidd 0d3bf73856 Create initial Dockerfile and README.md
This seems to work fine locally.
2016-04-16 10:00:12 -04:00