Merge pull request #5809 from paritytech/armv6-stable-(CI-test)

1.16 RUST stable for stable
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-06-10 15:02:46 +03:00 committed by GitHub
commit b097e3c833

View File

@ -302,10 +302,11 @@ linux-armv6:
only:
# - beta
# - tags
# - stable
- stable
- triggers
script:
- rustup install 1.16
-- rustup install 1.16.0-arm-unknown-linux-gnueabi
- rustup default 1.16.0-arm-unknown-linux-gnueabi
- export CC=arm-linux-gnueabi-gcc
- export CXX=arm-linux-gnueabi-g++
- export HOST_CC=gcc