Skip to content
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

chore(NODE-6574): remove bindings as a production dependency #42

Merged
merged 9 commits into from
Nov 27, 2024

Conversation

baileympearson
Copy link
Contributor

@baileympearson baileympearson commented Nov 26, 2024

Description

What is changing?

This PR removes the dependency on bindings and installs the bindings directly from the .node file.

In addition to these tests passing, you can check mongodb-client-encryption's CI for an example of a passing CI run that downloads prebuilt binaries. (I modified the package.json file to always download prebuilds, you can confirm this by viewing the npm i logs).

Double check the following

  • Ran npm run format:js && npm run format:rs script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@baileympearson baileympearson marked this pull request as ready for review November 26, 2024 18:06
@nbbeeken nbbeeken self-assigned this Nov 26, 2024
@nbbeeken nbbeeken added the Primary Review In Review with primary reviewer, not yet ready for team's eyes label Nov 26, 2024
lib/index.js Outdated Show resolved Hide resolved
lib/index.js Outdated Show resolved Hide resolved
Co-authored-by: Neal Beeken <[email protected]>
Copy link
Contributor

@nbbeeken nbbeeken left a comment

Choose a reason for hiding this comment

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

LGTM

@nbbeeken nbbeeken added Team Review Needs review from team and removed Primary Review In Review with primary reviewer, not yet ready for team's eyes labels Nov 26, 2024
@nbbeeken nbbeeken merged commit bdb7dfa into main Nov 27, 2024
40 checks passed
@nbbeeken nbbeeken deleted the NODE-6574 branch November 27, 2024 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team Review Needs review from team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants