Commit Graph

5 Commits

Author SHA1 Message Date
Lzu Tao
ac0463b1d3 build: Reduce time to build new docker images
By combining multiple ENV keys, we could reduce intermediate
layer that docker processes, hence the time it takes to build
new docker images reduced.
2019-08-29 14:48:49 +07:00
Lzu Tao
1661a4dd16 ci: Add default CC for some Tier-2 targets 2019-05-23 13:09:27 +07:00
Lzu Tao
69da5cb0c6 ci: Use rustc dockers on remain targets (except android) 2019-05-23 13:09:27 +07:00
Lzu Tao
c1827049e7 ci: Add missing sccache to other build targets 2019-05-22 16:26:24 +07:00
Alex Crichton
a699b6d3e6 Use openssl-src from crates.io to link to OpenSSL
This commit updates the CI builds for rustup to always build
`openssl-src` from crates.io instead of having a baked-in build of
OpenSSL. This matches what Cargo has switched to as well, and is
intended to centralize OpenSSL updates to one crates.io crate.

This also modernizes the docker containers and builds a bit to remove
the need for some scripts here and there.
2018-11-05 15:06:15 -08:00