mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Minor build tweaks
* Clean out OpenSSL when building * Test 32-bit Cargo on OSX, not the 64-bit version on the 32-bit builder
This commit is contained in:
parent
ffa8b6e7fe
commit
46fff01340
@ -29,7 +29,7 @@ matrix:
|
||||
MACOSX_DEPLOYMENT_TARGET=10.7
|
||||
os: osx
|
||||
- env: TARGET=i686-apple-darwin
|
||||
MAKE_TARGETS=test
|
||||
MAKE_TARGETS=test-unit-i686-apple-darwin
|
||||
MACOSX_DEPLOYMENT_TARGET=10.7
|
||||
CFG_DISABLE_CROSS_TESTS=1
|
||||
os: osx
|
||||
|
@ -259,6 +259,7 @@ ifdef OPENSSL_OS_$(1)
|
||||
|
||||
target/openssl/$(1).stamp: target/openssl/openssl-$$(OPENSSL_VERS).tar.gz \
|
||||
| target/openssl/
|
||||
rm -rf target/openssl/$(1)
|
||||
mkdir -p target/openssl/$(1)
|
||||
tar xf $$< -C target/openssl/$(1) --strip-components 1
|
||||
(cd target/openssl/$(1) && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user