summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-06-11 06:01:56 +0000
committerGitHub <noreply@github.com>2023-06-11 02:01:56 -0400
commit9ec95a9740f481b60da07dc7585dc6956d203d5b (patch)
tree10ec86becf1a23f89f879491a63fbce2b1864311 /.cirrus.yml
parent2a354f772f827ae81086af058b23fd9c31b61746 (diff)
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
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml1
1 files changed, 0 insertions, 1 deletions
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