From bcaabae7c22d27fdbb07ea6009a6f4a9c3672fa2 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sat, 16 Sep 2017 08:42:30 -0700 Subject: Update libc crate to 0.2.30 Import subrepo libc/:libc at 3520512a8c9cb55661910318a6fb169a75c02a59 --- libc/appveyor.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'libc/appveyor.yml') diff --git a/libc/appveyor.yml b/libc/appveyor.yml index b6c666c..3121825 100644 --- a/libc/appveyor.yml +++ b/libc/appveyor.yml @@ -1,4 +1,10 @@ environment: + # When this was added there were revocation check failures when using the + # libcurl backend as libcurl checks by default, but rustup doesn't provide the + # switch to turn this off. Switch to Hyper which looks to not check for + # revocation by default like libcurl does. + RUSTUP_USE_HYPER: 1 + CARGO_HTTP_CHECK_REVOKE: false matrix: - TARGET: x86_64-pc-windows-gnu MSYS2_BITS: 64 @@ -18,7 +24,7 @@ build: false test_script: - cargo test --target %TARGET% - - cargo run --manifest-path libc-test/Cargo.toml --target %TARGET% + - cargo test --manifest-path libc-test/Cargo.toml --target %TARGET% cache: - target -- cgit v1.2.1