From 9ec95a9740f481b60da07dc7585dc6956d203d5b Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sun, 11 Jun 2023 06:01:56 +0000 Subject: ci: add a build check for aarch64-linux-android (#1124) * ci: add a build check for aarch64-linux-android * appease clippy * use 1.67.0 for Android due to NDK issue * remove sparse since it is default now for 1.70 and causes issues with older versions anyway --- .cirrus.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index 6e8b1428..74ae7375 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -38,7 +38,6 @@ env: CARGO_INCREMENTAL: 0 CARGO_PROFILE_DEV_DEBUG: 0 CARGO_HUSKY_DONT_INSTALL_HOOKS: true - CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse test_task: auto_cancellation: false -- cgit v1.2.3