File tree 2 files changed +1
-33
lines changed
2 files changed +1
-33
lines changed Original file line number Diff line number Diff line change 30
30
parameters :
31
31
rust_version : ${{parameters.rust_version}}
32
32
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
44
34
displayName : Install cross
45
35
condition : not(eq(variables['target'], 'wasm32-unknown-unknown'))
46
36
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments