Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
gitlab-ci: remove default variables CARGO_HOME CARGO_TARGET BUILD_TAR…
Browse files Browse the repository at this point in the history
…GET BUILD_ARCH
  • Loading branch information
gabreal committed Nov 6, 2018
1 parent c9b1d09 commit efee49e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ image: parity/rust:gitlab-ci

variables:
CI_SERVER_NAME: "GitLab CI"
CARGO_HOME: "${CI_PROJECT_DIR}/.cargo"
BUILD_TARGET: ubuntu
BUILD_ARCH: amd64
CARGO_TARGET: x86_64-unknown-linux-gnu

cache:
key: "${CI_JOB_NAME}"
Expand Down Expand Up @@ -137,7 +133,6 @@ build-android:
variables:
CARGO_TARGET: armv7-linux-androideabi
script:
- test -f ${HOME}/.cargo/config && tee ${CARGO_HOME}/config < ${HOME}/.cargo/config
- scripts/gitlab/test-all.sh stable
tags:
- rust-arm
Expand Down
3 changes: 0 additions & 3 deletions scripts/gitlab/build-unix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ set -u # treat unset variables as error

echo "__________Show ENVIROMENT__________"
echo "CI_SERVER_NAME: " $CI_SERVER_NAME
echo "CARGO_HOME: " $CARGO_HOME
echo "BUILD_TARGET: " $BUILD_TARGET
echo "BUILD_ARCH: " $BUILD_ARCH
echo "CARGO_TARGET: " $CARGO_TARGET
echo "CC: " $CC
echo "CXX: " $CXX
Expand Down
3 changes: 0 additions & 3 deletions scripts/gitlab/build-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ set LIB="C:\vs2015\VC\lib;C:\Program Files (x86)\Windows Kits\10\Lib\10.0.10240.

echo "__________Show ENVIROMENT__________"
echo "CI_SERVER_NAME: " $CI_SERVER_NAME
echo "CARGO_HOME: " $CARGO_HOME
echo "BUILD_TARGET: " $BUILD_TARGET
echo "BUILD_ARCH: " $BUILD_ARCH
echo "CARGO_TARGET: " $CARGO_TARGET

echo "_____ Building target: "$CARGO_TARGET" _____"
Expand Down

0 comments on commit efee49e

Please sign in to comment.