Add support for targeting Android #824
Draft
Cirrus CI / debian-11
failed
Dec 10, 2025 in 1m 47s
Task Summary
Instruction test failed in 01:45
Details
ℹ️ Scheduling was delayed due to a concurrency limit on community tasks
✅ 00:00 clone
❌ 01:45 test
"""Invoke a subprocess."""
# Flush the line to ensure that the log line with the executed
# command line appears before the command output. Without it,
# the lines appear in the wrong order in pip output.
_log('{style.INFO}+ {cmd}{style.RESET}'.format(style=style, cmd=' '.join(cmd)), flush=True)
r = subprocess.run(cmd, cwd=self._build_dir)
if r.returncode != 0:
> raise SystemExit(r.returncode)
E SystemExit: 1
mesonpy/__init__.py:887: SystemExit
---------------------------- Captured stdout setup -----------------------------
+ meson setup /tmp/cirrus-ci-build/tests/packages/cmake-subproject /tmp/cirrus-ci-build/tests/packages/cmake-subproject/.mesonpy-lv3o4tel -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=/tmp/cirrus-ci-build/tests/packages/cmake-subproject/.mesonpy-lv3o4tel/meson-python-native-file.ini
The Meson build system
Version: 1.10.0
Source dir: /tmp/cirrus-ci-build/tests/packages/cmake-subproject
Build dir: /tmp/cirrus-ci-build/tests/packages/cmake-subproject/.mesonpy-lv3o4tel
Build type: native build
Project name: cmake-subproject
Project version: 1
C compiler for the host machine: cc (gcc 10.2.1 "cc (Debian 10.2.1-6) 10.2.1 20210110")
C linker for the host machine: cc ld.bfd 2.35.2
C++ compiler for the host machine: c++ (gcc 10.2.1 "c++ (Debian 10.2.1-6) 10.2.1 20210110")
C++ linker for the host machine: c++ ld.bfd 2.35.2
Cython compiler for the host machine: cython (cython 3.2.2)
Host machine cpu family: x86_64
Host machine cpu: x86_64
Did not find pkg-config by name 'pkg-config'
Found pkg-config: NO
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency cmaketest found: NO (tried pkgconfig and cmake)
Looking for a fallback subproject for the dependency cmaketest
Executing subproject cmaketest method cmake
cmaketest| Did not find CMake 'cmake'
cmaketest| Found CMake: NO
../meson.build:14:10: ERROR: Unable to find CMake
A full log can be found at /tmp/cirrus-ci-build/tests/packages/cmake-subproject/.mesonpy-lv3o4tel/meson-logs/meson-log.txt
=========================== short test summary info ============================
SKIPPED [1] tests/test_editable.py:349: importlib.resources is unusable on Python 3.9
SKIPPED [1] tests/test_project.py:336: requires MSVC
SKIPPED [3] tests/test_project.py:348: macOS specific test
SKIPPED [2] tests/test_project.py:365: macOS specific test
SKIPPED [3] tests/test_project.py:381: requires Python 3.13 or higher
SKIPPED [1] tests/test_tags.py:48: macOS specific test
SKIPPED [1] tests/test_tags.py:65: macOS specific test
SKIPPED [1] tests/test_tags.py:75: macOS specific test
SKIPPED [1] tests/test_tags.py:83: macOS specific test
SKIPPED [2] tests/test_wheel.py:283: macOS specific test
ERROR tests/test_wheel.py::test_cmake_subproject - SystemExit: 1
============= 123 passed, 16 skipped, 1 error in 88.27s (0:01:28) ==============
����������������������������������������������������������������������������������������������������������������������������������������������������������������
Loading