Skip to content

Commit 1049cf0

Browse files
committed
Auto merge of #680 - alexcrichton:c_long, r=alexcrichton
Restore SYS_* constants to the c_long type cc #672 (comment)
2 parents ec1e5ab + f94b7ff commit 1049cf0

File tree

3 files changed

+716
-711
lines changed

3 files changed

+716
-711
lines changed

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
environment:
2+
# When this was added there were revocation check failures when using the
3+
# libcurl backend as libcurl checks by default, but rustup doesn't provide the
4+
# switch to turn this off. Switch to Hyper which looks to not check for
5+
# revocation by default like libcurl does.
6+
RUSTUP_USE_HYPER: 1
27
matrix:
38
- TARGET: x86_64-pc-windows-gnu
49
MSYS2_BITS: 64

0 commit comments

Comments
 (0)