зеркало из https://github.com/mozilla/glean.git
CI: Use upstream UniFFI (and rely on git cli)
This commit is contained in:
Родитель
52f8c83609
Коммит
edef56b343
|
@ -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:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче