Skip to content

Commit 450464f

Browse files
authored
Update azure-pipelines.yml to remove rustup target
Removed rustup target addition from the install script.
1 parent 295b541 commit 450464f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
submodules: true
4040
- script: |
4141
sudo apt-get update
42-
sudo apt-get install -y gcc-11 g++-11 libgcc-11-dev rustc cargo build-essential
42+
sudo apt-get install -y gcc-11 g++-11 libgcc-11-dev build-essential
43+
retryCountOnTaskFailure: "2"
4344
displayName: Install newer GCC
4445
- script: |
4546
sudo apt-get update
@@ -99,7 +100,6 @@ jobs:
99100
HEREDOC
100101
sudo apt-get update
101102
sudo apt-get -y install -o APT::Immediate-Configure=false crossbuild-essential-$ARCH zlib1g-dev:$ARCH libbz2-dev:$ARCH
102-
rustup target add ${CPREF}-unknown-linux-gnu
103103
displayName: Install Toolchain
104104
- script: |
105105
mkdir build && cd build

0 commit comments

Comments
 (0)