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
No known key found for this signature in database
GPG Key ID: C49C1ACA1CC9B252
1 changed files with 1 additions and 1 deletions

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