Skip to content

build: optimize pipeline take two#6078

Merged
lukastaegert merged 5 commits into
rollup:masterfrom
cyyynthia:opt-build-take-two
Aug 25, 2025
Merged

build: optimize pipeline take two#6078
lukastaegert merged 5 commits into
rollup:masterfrom
cyyynthia:opt-build-take-two

Conversation

@cyyynthia

@cyyynthia cyyynthia commented Aug 21, 2025

Copy link
Copy Markdown
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 (...hopefully this time..!)

List any relevant issue numbers:

Description

Apologies for breaking the builds earlier with #6053 😭 It seems I overlooked the fact that napi's tooling allows the final binary to not rely on flagship glibc versions, only requiring glibc 2.17 (2.14 in the final rollup binary) whereas the Rust-native cross build requires glibc 2.34... I was a bit too optimistic with Rust-native cross builds 😓

Hopefully this time I won't break things again... 🥲

Additionally, I set up the full test suite on aarch64 linux and windows, leveraging the new arm-native GHA runners.

@vercel

vercel Bot commented Aug 21, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
rollup Ready Ready Preview Comment Aug 21, 2025 10:52am

@codecov

codecov Bot commented Aug 21, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.79%. Comparing base (77bb1ae) to head (7ea9fbf).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6078   +/-   ##
=======================================
  Coverage   98.79%   98.79%           
=======================================
  Files         271      271           
  Lines       10610    10610           
  Branches     2834     2834           
=======================================
  Hits        10482    10482           
  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 lukastaegert left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Nice! I will see that I create a beta release first so that we can see if anything is broken.

Comment thread .github/workflows/build-and-tests.yml
@lukastaegert

Copy link
Copy Markdown
Member

This is now published as rollup@4.48.0-0

@lukastaegert

Copy link
Copy Markdown
Member

If nothing comes up, I will merge this on Monday.

@lukastaegert lukastaegert enabled auto-merge August 25, 2025 04:37
@lukastaegert lukastaegert added this pull request to the merge queue Aug 25, 2025
Merged via the queue into rollup:master with commit 8cf554a Aug 25, 2025
43 checks passed
@github-actions

Copy link
Copy Markdown

This PR has been released as part of rollup@4.48.1. You can test it via npm install rollup.

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