From 6afe0b06120847d789f9129a4d6b5afae495b93e Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Tue, 13 Jun 2017 12:21:44 +0300 Subject: [PATCH] fix builds darwin rustup default stable snap - allow failure --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cfed44415..f12dd1aff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -93,6 +93,7 @@ linux-snap: paths: - scripts/parity_*_amd64.snap name: "stable-x86_64-unknown-snap-gnu_parity" + allow_failure: true linux-stable-debian: stage: build image: parity/rust-debian:gitlab-ci @@ -434,6 +435,7 @@ darwin: script: | export COMMIT=$(git rev-parse HEAD) export PLATFORM=x86_64-apple-darwin + rustup default stable cargo build -j 8 --features final --release #$CARGOFLAGS cargo build -j 8 --features final --release -p ethstore #$CARGOFLAGS rm -rf parity.md5