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(autoprofile): rework prebuilds #1135

Merged
merged 22 commits into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,14 +278,7 @@ BUILD_FOR_MACOS=true ./rebuild-precompiled-addons.sh

#### autoprofile package

Please run these commands to generate the prebuilds for our own autoprofiler:

```sh
cd packages/autoprofile
precompile/build-all-addons.js
```

NOTE: It is recommended to comment out the ABI versions you don't want to generate/regenerate in the `build-all-addons` script. Alternatively, if you want to regenerate all builds that's fine too, but it takes longer.
Please read `packages/autoprofile/CONTRIBUTING.md`.

## Support for Cloud Services

Expand Down
Loading