Skip to content

Commit da94978

Browse files
committed
ci: remove trailing whitespaces from azure config
1 parent 5db55e6 commit da94978

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

.azure-pipelines/auto.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Azure Pipelines "auto" branch build for Rust on Linux, macOS, and Windows.
3-
#
3+
#
44

55
pr: none
66
trigger:
@@ -33,7 +33,7 @@ jobs:
3333
IMAGE: dist-x86_64-linux
3434
DEPLOY_ALT: 1
3535

36-
# Linux builders, remaining docker images
36+
# Linux builders, remaining docker images
3737
arm-android:
3838
IMAGE: arm-android
3939

@@ -157,7 +157,7 @@ jobs:
157157
steps:
158158
- checkout: self
159159
fetchDepth: 2
160-
- template: steps/macos.yml
160+
- template: steps/macos.yml
161161
strategy:
162162
matrix:
163163
# macOS builders. These are placed near the beginning because they are very
@@ -200,7 +200,7 @@ jobs:
200200
# # temp disabled
201201
# # https://github.com/johnterickson/rust/issues/18
202202
# i686-apple:
203-
# RUST_CHECK_TARGET: check
203+
# RUST_CHECK_TARGET: check
204204
# RUST_CONFIGURE_ARGS: --build=i686-apple-darwin --set rust.jemalloc
205205
# RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
206206
# MACOSX_DEPLOYMENT_TARGET: 10.8

.azure-pipelines/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ trigger:
99
pool:
1010
vmImage: ubuntu-16.04
1111

12-
steps:
12+
steps:
1313
- checkout: self
1414
fetchDepth: 2
1515

@@ -19,6 +19,6 @@ steps:
1919
# FIXME(pietro): committing is disabled until we switch to Azure Pipelines
2020
# as the source of truth, or until we setup a separate test repo.
2121
#commit_toolstate_change "$MESSAGE_FILE" "$BUILD_SOURCESDIRECTORY/src/tools/publish_toolstate.py" "$(git rev-parse HEAD)" "$(git log --format=%s -n1 HEAD)" "$MESSAGE_FILE" "$TOOLSTATE_REPO_ACCESS_TOKEN"
22-
displayName: Publish toolstate
22+
displayName: Publish toolstate
2323
env:
2424
TOOLSTATE_REPO_ACCESS_TOKEN: $(TOOLSTATE_REPO_ACCESS_TOKEN_SECRET)

.azure-pipelines/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Azure Pipelines pull request build for Rust
3-
#
3+
#
44

55
trigger: none
66
pr:
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
x86_64-gnu-llvm-6.0:
2222
RUST_BACKTRACE: 1
23-
23+
2424
x86_64-gnu-tools: {}
2525
# if: branch = auto OR (type = pull_request AND commit_message =~ /(?i:^update.*\b(rls|rustfmt|clippy|miri|cargo)\b)/)
2626
mingw-check: {}

.azure-pipelines/steps/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ steps:
77

88
- bash: |
99
sudo apt install gdb
10-
10+
1111
curl -fo $HOME/stamp https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/2017-03-17-stamp-x86_64-unknown-linux-musl
1212
chmod +x $HOME/stamp
13-
13+
1414
export PATH=$PATH:$HOME/.local/bin:$HOME/Library/Python/2.7/bin/:$HOME
1515
echo "##vso[task.setvariable variable=PATH;]$PATH"
1616

.azure-pipelines/steps/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ steps:
2525
displayName: install a tar that works well
2626

2727
- bash: |
28-
curl -f http://releases.llvm.org/7.0.0/clang+llvm-7.0.0-x86_64-apple-darwin.tar.xz | tar xJf -
28+
curl -f http://releases.llvm.org/7.0.0/clang+llvm-7.0.0-x86_64-apple-darwin.tar.xz | tar xJf -
2929
displayName: Download clang
30-
30+
3131
- bash: |
3232
brew update
3333
brew install xz

.azure-pipelines/steps/windows.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ steps:
77
git submodule
88
export SUBMODULES_EXCLUDES=$(git submodule | grep -Eow 'src/[^ ]+' | sed 's/\(.*\)/--exclude=\1\/\.git/')
99
echo "##vso[task.setvariable variable=SUBMODULES_EXCLUDES;]$SUBMODULES_EXCLUDES"
10-
10+
1111
- script: |
1212
REM echo hack as drive D is too small
1313
IF NOT "%DISABLE_DISK_SPACE_HACK%"=="1" (
@@ -19,7 +19,7 @@ steps:
1919
set MSYS_PATH=%CD%\citools\msys64
2020
choco install msys2 --params="/InstallDir:%MSYS_PATH% /NoPath" -y
2121
set PATH=%MSYS_PATH%\usr\bin;%PATH%
22-
pacman -S --noconfirm --needed base-devel ca-certificates make diffutils tar
22+
pacman -S --noconfirm --needed base-devel ca-certificates make diffutils tar
2323
IF "%MINGW_URL%"=="" (
2424
IF "%MSYS_BITS%"=="32" pacman -S --noconfirm --needed mingw-w64-i686-toolchain mingw-w64-i686-cmake mingw-w64-i686-gcc mingw-w64-i686-python2
2525
IF "%MSYS_BITS%"=="64" pacman -S --noconfirm --needed mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake mingw-w64-x86_64-gcc mingw-w64-x86_64-python2
@@ -135,7 +135,7 @@ steps:
135135

136136
- script: |
137137
REM echo force the specific VS version https://github.com/johnterickson/rust/issues/8
138-
IF "%VCVARS_BAT%" NEQ "" (
138+
IF "%VCVARS_BAT%" NEQ "" (
139139
CALL "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\%VCVARS_BAT%"
140140
)
141141
@@ -144,10 +144,10 @@ steps:
144144
set | findstr /v SCCACHE_AZURE_CONNECTION_STRING
145145
146146
if not exist D:\cache\rustsrc\NUL mkdir D:\cache\rustsrc
147-
147+
148148
sh src/ci/init_repo.sh . /d/cache/rustsrc
149149
sh src/ci/run.sh
150-
env:
150+
env:
151151
CI: true
152152
CI_JOB_NAME: $(System.JobDisplayName)
153153
SRC: .

.azure-pipelines/try.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Azure Pipelines "try" branch build for Rust
3-
#
3+
#
44

55
pr: none
66
trigger:

0 commit comments

Comments
 (0)