From f01cde89b61d0aa9d4d47080903653a9c1ce5f6f Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Thu, 24 Nov 2016 05:39:53 +0700 Subject: [PATCH] Update gitlab-ci fix windows s3 and alpine --- .gitlab-ci.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f3cdd9fa..dbc97deaf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -316,12 +316,10 @@ linux-alpine: script: - export HOST_CC=gcc - export HOST_CXX=g++ - - rm -rf .cargo - - mkdir -p .cargo - cargo build --release $CARGOFLAGS - strip target/release/parity - md5sum target/release/parity > parity.md5 - - sh scripts/deb-build.sh arm64 +# - sh scripts/deb-build.sh arm64 # - cp target/aarch64-unknown-linux-gnu/release/parity deb/usr/bin/parity # - export VER=$(grep -m 1 version Cargo.toml | awk '{print $3}' | tr -d '"' | tr -d "\n") # - dpkg-deb -b deb "parity_"$VER"_arm64.deb" @@ -336,11 +334,11 @@ linux-alpine: # - aws s3api put-object --bucket $S3_BUCKET --key $CI_BUILD_REF_NAME/aarch64-unknown-linux-gnu/"parity_"$VER"_arm64.deb.md5" --body "parity_"$VER"_arm64.deb.md5" tags: - rust - - rust-arm - artifacts: - paths: - - target/aarch64-unknown-linux-gnu/release/parity - name: "aarch64-unknown-linux-gnu_parity" + - rust-alpine +# artifacts: +# paths: +# - target/aarch64-unknown-linux-gnu/release/parity +# name: "aarch64-unknown-linux-gnu_parity" allow_failure: true darwin: stage: build