Skip to content

Conversation

@MementoRC
Copy link
Contributor

Checklist

  • Used a personal fork of the feedstock to propose changes
  • Bumped the build number (if the version is unchanged)
  • Reset the build number to 0 (if the version changed)
  • Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this PR for automated rerendering)
  • Ensured the license file is being packaged.

   Zig on native aarch64 runners

   Changes:
   - Removed linux_aarch64 from build_platform cross-compilation mapping
   - Created native-cmake-linux-aarch64.sh build script (based on linux-64)
   - Updated build.sh to route aarch64 builds to native script
   - Removed cross-compilation specific patches for aarch64
   - Simplified aarch64 requirements (removed cross-compilation dependencies)
   - Removed __glibc ignore_run_exports for native aarch64
…RIPLE

   zig1.wasm (WebAssembly stage1 compiler) has a bug generating
   aarch64 inline assembly, resulting in errors like:
     error: invalid register name for 't2'

   The solution: Force zig1.wasm to generate x86_64 code for the bootstrap phase
   (zig2.c and compiler_rt.c) by setting -DZIG_HOST_TARGET_TRIPLE=x86_64-linux-gnu.
   The final stage3 compiler will still properly target aarch64.
@conda-forge-admin
Copy link
Contributor

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe/recipe.yaml) and found it was in an excellent condition.

@MementoRC MementoRC changed the title Feat/aarch64 cross zig FEAT: aarch64/ppc64le cross zig Nov 9, 2025
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