Skip to content

Conversation

Stebalien
Copy link
Member

With this change, we no longer build the bundle with the build script, exporting it as a global constant. Instead, we require users to either download the bundle from GitHub or build by executing the root package.

This should reduce the slowness usually involved in running cargo check --all on this repo.

fixes #1664

@github-project-automation github-project-automation bot moved this to 📌 Triage in FilOz Apr 1, 2025
@Stebalien Stebalien force-pushed the steb/remove-build-script branch from 977e113 to 0d9e4be Compare April 1, 2025 15:41
With this change, we no longer build the bundle with the build script,
exporting it as a global constant. Instead, we require users to either
download the bundle from GitHub or build by executing the root
package.

This should reduce the slowness usually involved in running `cargo
check --all` on this repo.

fixes #1664
@Stebalien Stebalien force-pushed the steb/remove-build-script branch from 0d9e4be to 4d19800 Compare April 1, 2025 15:44
@Stebalien
Copy link
Member Author

In terms of what this breaks:

  1. I've already updated the actors utils.
  2. I need to update the FVM.
  3. Forest doesn't use this feature.
  4. This feature has only ever been used for testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 📌 Triage

Development

Successfully merging this pull request may close these issues.

Remove the build script and the exported BUNDLE_CAR

1 participant