From 896ee9696f407601f574c14f5ac816616f086420 Mon Sep 17 00:00:00 2001 From: James Kermode Date: Sat, 1 Apr 2023 21:42:08 +0100 Subject: [PATCH] remove libpcre2-dev install to use locally compiled version --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 2969308..6a8f32c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -34,7 +34,7 @@ cirrus_wheels_linux_aarch64_task: - env: CIBW_BUILD: cp310-* cp311-* build_script: | - apt install -y python3-venv python-is-python3 libpcre2-dev + apt install -y python3-venv python-is-python3 which python echo $CIRRUS_CHANGE_MESSAGE # needed for submodules