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

fix: remove cargo environment vars from local build #1630

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

Daniel-Aaron-Bloom
Copy link
Contributor

Fixes #1629

I think only CARGO_FEATURE_* and CARGO_CFG_* need to be removed, but it's possible DEP_* should be removed as well. I don't have much experience with cargo::metadata, so not sure.

Regardless, those three are the only environment variables prefixes listed in the docs, and everything else should just get overridden by the inner cargo command.

@jtguibas jtguibas merged commit 6cc9359 into succinctlabs:dev Oct 16, 2024
19 of 24 checks passed
@Daniel-Aaron-Bloom Daniel-Aaron-Bloom deleted the dbloom/cfg branch October 16, 2024 03:52
Sign up for free to 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.

sp1-build local incorrectly forwards cargo environment variables
2 participants