From 94f2f009396ef0458c9b97859300d4d2a514ad97 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Sun, 5 Jun 2022 12:29:20 +0200 Subject: remove azure pipelines configuration --- src/ci/scripts/setup-environment.sh | 15 --------------- src/ci/scripts/symlink-build-dir.sh | 15 --------------- 2 files changed, 30 deletions(-) delete mode 100755 src/ci/scripts/symlink-build-dir.sh (limited to 'src/ci/scripts') diff --git a/src/ci/scripts/setup-environment.sh b/src/ci/scripts/setup-environment.sh index 411ef6f9b28..0bc35f93283 100755 --- a/src/ci/scripts/setup-environment.sh +++ b/src/ci/scripts/setup-environment.sh @@ -8,21 +8,6 @@ IFS=$'\n\t' source "$(cd "$(dirname "$0")" && pwd)/../shared.sh" -# Since matrix variables are readonly in Azure Pipelines, we take -# INITIAL_RUST_CONFIGURE_ARGS and establish RUST_CONFIGURE_ARGS -# which downstream steps can alter -if isAzurePipelines; then - # macOS ships with Bash 3.16, so we cannot use [[ -v FOO ]], - # which was introduced in Bash 4.2 - if [[ -z "${INITIAL_RUST_CONFIGURE_ARGS+x}" ]]; then - INITIAL_RUST_CONFIG="" - echo "No initial Rust configure args set" - else - INITIAL_RUST_CONFIG="${INITIAL_RUST_CONFIGURE_ARGS}" - ciCommandSetEnv RUST_CONFIGURE_ARGS "${INITIAL_RUST_CONFIG}" - fi -fi - # Load extra environment variables vars="${EXTRA_VARIABLES-}" echo "${vars}" | jq '' >/dev/null # Validate JSON and exit on errors diff --git a/src/ci/scripts/symlink-build-dir.sh b/src/ci/scripts/symlink-build-dir.sh deleted file mode 100755 index 23849f7047c..00000000000 --- a/src/ci/scripts/symlink-build-dir.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash -# We've had multiple issues with the default disk running out of disk space -# during builds, and it looks like other disks mounted in the VMs have more -# space available. This script synlinks the build directory to those other -# disks, in the CI providers and OSes affected by this. - -set -euo pipefail -IFS=$'\n\t' - -source "$(cd "$(dirname "$0")" && pwd)/../shared.sh" - -if isWindows && isAzurePipelines; then - cmd //c "mkdir c:\\MORE_SPACE" - cmd //c "mklink /J build c:\\MORE_SPACE" -fi -- cgit 1.4.1-3-g733a5