Skip to content

Generate Android cross file

301481b
Select commit
Loading
Failed to load commit list.
Draft

Add support for targeting Android #824

Generate Android cross file
301481b
Select commit
Loading
Failed to load commit list.
Cirrus CI / miniconda failed Dec 10, 2025 in 1m 56s

Task Summary

Instruction test failed in 01:54

Details

⚠️ Not enough compute credits to prioritize tasks!
ℹ️ Scheduling was delayed due to a concurrency limit on community tasks

✅ 00:00 clone
❌ 01:54 test

    self._configure(reconfigure=reconfigure)
mesonpy/__init__.py:907: in _configure
    self._run(self._meson + ['setup', *setup_args])
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <mesonpy.Project object at 0x7a29bba094f0>
cmd = ['meson', 'setup', '/tmp/cirrus-ci-build/tests/packages/cmake-subproject', '/tmp/cirrus-ci-build/tests/packages/cmake-subproject/.mesonpy-l302n4rt', '-Dbuildtype=release', '-Db_ndebug=if-release', ...]

    def _run(self, cmd: Sequence[str]) -> None:
        """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-l302n4rt -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=/tmp/cirrus-ci-build/tests/packages/cmake-subproject/.mesonpy-l302n4rt/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-l302n4rt
Build type: native build
Project name: cmake-subproject
Project version: 1
C compiler for the host machine: cc (gcc 12.2.0 "cc (Debian 12.2.0-14) 12.2.0")
C linker for the host machine: cc ld.bfd 2.40

../meson.build:5:0: ERROR: Unknown compiler(s): [['c++'], ['g++'], ['clang++'], ['nvc++'], ['pgc++'], ['icpc'], ['icpx']]
The following exception(s) were encountered:
Running `c++ --version` gave "[Errno 2] No such file or directory: 'c++'"
Running `g++ --version` gave "[Errno 2] No such file or directory: 'g++'"
Running `clang++ --version` gave "[Errno 2] No such file or directory: 'clang++'"
Running `nvc++ --version` gave "[Errno 2] No such file or directory: 'nvc++'"
Running `pgc++ --version` gave "[Errno 2] No such file or directory: 'pgc++'"
Running `icpc --version` gave "[Errno 2] No such file or directory: 'icpc'"
Running `icpx --version` gave "[Errno 2] No such file or directory: 'icpx'"

A full log can be found at /tmp/cirrus-ci-build/tests/packages/cmake-subproject/.mesonpy-l302n4rt/meson-logs/meson-log.txt
=========================== short test summary info ============================
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
============= 124 passed, 15 skipped, 1 error in 101.76s (0:01:41) =============
������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������