Skip to content

test: Bundling #8

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

Merged
merged 4 commits into from
Feb 6, 2025
Merged

test: Bundling #8

merged 4 commits into from
Feb 6, 2025

Conversation

timfish
Copy link
Collaborator

@timfish timfish commented Jan 30, 2025

Comment on lines -44 to -46
if (abi === '93') {
return require('./sentry_cpu_profiler-darwin-x64-93.node');
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This PR removes all references to the 93 abi binaries because we no longer build them and they were causing the new tests to fail!

Copy link
Member

Choose a reason for hiding this comment

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

should this be a separate PR, where we stop building those? This does not seem to be a test-only change here? Or is it just not used anymore anywhere?

Copy link
Collaborator Author

@timfish timfish Jan 31, 2025

Choose a reason for hiding this comment

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

should this be a separate PR, where we stop building those?

We haven't been building these binaries for a while. I think they are from Node 16. The new tests simply highlighted that these requires don't point to anything and needed cleaning up.

These are the binaries we build.

@timfish timfish marked this pull request as ready for review January 30, 2025 14:48
@timfish timfish requested review from mydea and JonasBa and removed request for mydea and JonasBa January 30, 2025 15:36
@timfish timfish merged commit 6f82262 into main Feb 6, 2025
48 checks passed
@timfish timfish deleted the test/bundling branch February 6, 2025 10:44
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.

Add bundling tests
2 participants