CI: Use upstream UniFFI (and rely on git cli)

This commit is contained in:
Jan-Erik Rediger 2022-04-14 15:00:10 +02:00
Родитель 52f8c83609
Коммит edef56b343
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -41,6 +41,7 @@ commands:
command: | command: |
echo "export RUST_BACKTRACE=1" >> $BASH_ENV echo "export RUST_BACKTRACE=1" >> $BASH_ENV
echo "export RUST_LOG=glean_core=debug" >> $BASH_ENV echo "export RUST_LOG=glean_core=debug" >> $BASH_ENV
echo "export CARGO_NET_GIT_FETCH_WITH_CLI=1" >> $BASH_ENV
- run: - run:
name: Setup Rust toolchain name: Setup Rust toolchain
command: | command: |
@ -54,7 +55,7 @@ commands:
- run: - run:
name: Install uniffi-bindgen name: Install uniffi-bindgen
command: | command: |
cargo install uniffi_bindgen --version 0.17.0 cargo install --git https://github.com/mozilla/uniffi-rs
test-rust: test-rust:
parameters: parameters: