From edef56b34349058890ba12217858b86bad280858 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Thu, 14 Apr 2022 15:00:10 +0200 Subject: [PATCH] CI: Use upstream UniFFI (and rely on git cli) --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bf19e305a..151dc8381 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,6 +41,7 @@ commands: command: | echo "export RUST_BACKTRACE=1" >> $BASH_ENV echo "export RUST_LOG=glean_core=debug" >> $BASH_ENV + echo "export CARGO_NET_GIT_FETCH_WITH_CLI=1" >> $BASH_ENV - run: name: Setup Rust toolchain command: | @@ -54,7 +55,7 @@ commands: - run: name: Install uniffi-bindgen command: | - cargo install uniffi_bindgen --version 0.17.0 + cargo install --git https://github.com/mozilla/uniffi-rs test-rust: parameters: