fix centos build

This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-06-12 13:45:02 +03:00 committed by GitHub
parent 140a18449c
commit 02b61fac19

View File

@ -135,8 +135,9 @@ linux-centos:
- stable
- triggers
script:
- rustup install 1.16.0-x86_64-unknown-linux-gnu
- rustup default 1.16.0-x86_64-unknown-linux-gnu
#- rustup install 1.16.0-x86_64-unknown-linux-gnu
#- rustup default 1.16.0-x86_64-unknown-linux-gnu
- curl -sSf https://static.rust-lang.org/rustup.sh -o rustup.sh &&sh rustup.sh --disable-sudo --yes --revision=1.16.0
- export CXX="g++"
- export CC="gcc"
- export PLATFORM=x86_64-unknown-centos-gnu