Skip to content

test: Bundling - #8

Merged
timfish merged 4 commits into
mainfrom
test/bundling
Feb 6, 2025
Merged

test: Bundling#8
timfish merged 4 commits into
mainfrom
test/bundling

Conversation

@timfish

@timfishtimfish commented Jan 30, 2025

Copy link
Copy Markdown
Collaborator

Comment threadsrc/index.ts
Comment on lines -44 to -46
if (abi === '93') {
return require('./sentry_cpu_profiler-darwin-x64-93.node');
}

Copy link
Copy Markdown
CollaboratorAuthor

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
Copy Markdown
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?

@timfishtimfishJan 31, 2025

Copy link
Copy Markdown
CollaboratorAuthor

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 JonasBa and mydea and removed request for JonasBa and mydeaJanuary 30, 2025 15:36
@timfish
timfish merged commit 6f82262 into mainFeb 6, 2025
@timfish
timfish deleted the test/bundling branch February 6, 2025 10:44
Sign up for freeto 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

@timfish@mydea