Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

sapphi-red
Copy link
Contributor

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

List any relevant issue numbers:

Description

I don't have a aarch64 device so I cannot verify if this fix works. I found this fix in oxc-project/oxc#11045.
The cause is probably the same https://github.com/rollup/rollup/pull/6027/files#diff-232adeab3538fc2304f20f64aee234e2b54a5b830b5de1464ab403fb5e095228L13-R22, #6047 (comment).

Copy link

vercel bot commented Aug 5, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rollup ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 5, 2025 7:30am

Copy link

codecov bot commented Aug 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.79%. Comparing base (e4082a8) to head (6097b8c).
⚠️ Report is 8 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6055   +/-   ##
=======================================
  Coverage   98.79%   98.79%           
=======================================
  Files         271      271           
  Lines       10601    10601           
  Branches     2830     2830           
=======================================
  Hits        10473    10473           
  Misses         88       88           
  Partials       40       40           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@lukastaegert
Copy link
Member

Thanks! Unfortunately I do not have access to my computer for the next two weeks. If you want an earlier release, we will need to see if I can give @TrickyPi publishing rights.

@sapphi-red
Copy link
Contributor Author

That would be great 🙏

Copy link
Member

@lukastaegert lukastaegert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's try this

@lukastaegert lukastaegert added this pull request to the merge queue Aug 18, 2025
Merged via the queue into rollup:master with commit e36b7ac Aug 18, 2025
41 checks passed
Copy link

This PR has been released as part of [email protected]. You can test it via npm install rollup.

cyyynthia added a commit to cyyynthia/rollup that referenced this pull request Aug 18, 2025
initially introduced by rollup#6055 for linux, this did not include android
devices as it is considerd its own operating system with linux being the
"vendor"; triplets are quite inconsistent and confusing at times!

this change conservatively disables arch-specific optimizations for all
aarch64 targets, to ensure broad compatibility.

closes rollup#6047
github-merge-queue bot pushed a commit that referenced this pull request Aug 21, 2025
* build(rust): mimalloc-safe/no_opt_arch on aarch64

initially introduced by #6055 for linux, this did not include android
devices as it is considerd its own operating system with linux being the
"vendor"; triplets are quite inconsistent and confusing at times!

this change conservatively disables arch-specific optimizations for all
aarch64 targets, to ensure broad compatibility.

closes #6047

* build(rust): exclude Apple from arch-specific opt-out
@sapphi-red sapphi-red deleted the fix-illegal-instruction-on-arm64 branch August 21, 2025 12:13
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.

illegal instruction on android arm64

2 participants