Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wheels2 #32

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Wheels2 #32

wants to merge 8 commits into from

Conversation

ret2libc
Copy link
Member

@ret2libc ret2libc commented Aug 3, 2023

No description provided.

@XVilka
Copy link
Member

XVilka commented Aug 3, 2023

Exactly the same error as with another method:

    Found CMake: NO
    llvm-config found: NO
    Run-time dependency LLVM found: NO (tried cmake and config-tool)
    Found Pkg-config: NO
    Run-time dependency rz_core found: NO (tried framework)
  
    ../../meson.build:40:12: ERROR: Dependency lookup for rz_core with method 'pkgconfig' failed: Pkg-config binary for machine 1 not found. Giving up.
  
    A full log can be found at /Users/runner/work/rz-bindgen/rz-bindgen/.mesonpy-ps35eiy5/build/meson-logs/meson-log.txt
    error: subprocess-exited-with-error
    
    × Preparing metadata (pyproject.toml) did not run successfully.
    │ exit code: 1
    ╰─> See above for output.

@XVilka
Copy link
Member

XVilka commented Aug 3, 2023

@ret2libc didn't help either

@ret2libc
Copy link
Member Author

ret2libc commented Aug 3, 2023

    Build machine cpu family: x86_64
    Build machine cpu: x86_64
    Host machine cpu family: aarch64
    Host machine cpu: arm64
    Target machine cpu family: aarch64
    Target machine cpu: arm64

I think this is the problem. The arm64 build should be built on a separate CI. I think we can skip it for now. pip should automatically build the wheel locally if not provided on PyPI.

@XVilka
Copy link
Member

XVilka commented Aug 3, 2023

Yep, let's remove ARM64 macOS for now and merge this to support at least multiplatform Linux.

@XVilka
Copy link
Member

XVilka commented Aug 3, 2023

For ARM64 macOS we can use Woodpecker then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants