Fix centos's reported build platform.

This commit is contained in:
Gav Wood
2016-12-15 20:49:09 +01:00
parent 4410fb635a
commit 1a790b784f

View File

@@ -95,7 +95,7 @@ linux-centos:
script:
- export CXX="g++"
- export CC="gcc"
- export PLATFORM=x86_64-unknown-linux-gnu
- export PLATFORM=x86_64-unknown-centos-gnu
- cargo build -j $(nproc) --release $CARGOFLAGS
- strip target/release/parity
- md5sum target/release/parity > parity.md5