Skip to content

Commit 97c1338

Browse files
taiki-eDouman
authored and
Douman
committed
Remove a patch for cross
1 parent c17e401 commit 97c1338

File tree

2 files changed

+1
-33
lines changed

2 files changed

+1
-33
lines changed

ci/azure-cross-compile.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,7 @@ jobs:
3030
parameters:
3131
rust_version: ${{parameters.rust_version}}
3232

33-
# FIXME(taiki-e): When https://github.com/rust-embedded/cross/pull/169 is
34-
# merged, switch to the installation from crates.io.
35-
# See https://nbsoftsolutions.com/blog/azure-pipelines-for-rust-projects#workaround-cross-compilation
36-
# for the current script.
37-
- script: |
38-
git clone https://github.com/rust-embedded/cross.git
39-
cd cross
40-
git reset --hard fb1cb1d7288151f4349f1cb4c990e0e2281764da #Is broken after this commit (images are not uploaded to new docker hub)
41-
git apply ../ci/cross-patch
42-
cargo install --path .
43-
rm -rf cross
33+
- script: cargo install cross
4434
displayName: Install cross
4535
condition: not(eq(variables['target'], 'wasm32-unknown-unknown'))
4636

ci/cross-patch

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)