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

feat(NODE-6588): add ssdlc to zstd #43

Merged
merged 8 commits into from
Nov 27, 2024
Merged

feat(NODE-6588): add ssdlc to zstd #43

merged 8 commits into from
Nov 27, 2024

Conversation

baileympearson
Copy link
Contributor

@baileympearson baileympearson commented Nov 26, 2024

Description

What is changing?

A passing SSDLC release run is available here: https://github.com/mongodb-js/zstd/actions/runs/12056025639

Note that we can't actually confirm everything looks right until we do an actual release and can inspect the contents of the SSDLC report in s3. Once this PR merges, I can run the beta release and we can confirm.

Is there new documentation needed for these changes?

What is the motivation for this change?

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 changed the title wip: add ssdlc action feat(NODE-6588): add ssdlc to zstd Nov 27, 2024
@baileympearson baileympearson marked this pull request as ready for review November 27, 2024 18:33
.github/workflows/release.yml Show resolved Hide resolved
.github/workflows/release.yml Outdated Show resolved Hide resolved
.github/workflows/release.yml Show resolved Hide resolved
@nbbeeken nbbeeken self-assigned this Nov 27, 2024
@nbbeeken nbbeeken added the Primary Review In Review with primary reviewer, not yet ready for team's eyes label Nov 27, 2024
# - name: Install Node and dependencies
# uses: mongodb-labs/drivers-github-tools/node/setup@v2
# with:
# ignore_install_scripts: true
Copy link
Contributor

Choose a reason for hiding this comment

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

why do we ignore the install scripts here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We do the same for kerberos and mongodb-client-encryption.

By default, npm i on our packages with native bindings downloads a prebuilt copy of our C++ code (there is an install script) or attempts to compile the bindings. All we need for this step is the JS dependencies

@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 27, 2024
@nbbeeken nbbeeken merged commit 016d857 into main Nov 27, 2024
40 checks passed
@nbbeeken nbbeeken deleted the ssdlc-implementation branch November 27, 2024 20:52
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