-
Notifications
You must be signed in to change notification settings - Fork 280
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
[Feature] Add custom build commands #647
Comments
I'm not sure what this is asking for, we do support custom builds with exactly this syntax (not sure about multi-line, but that is a TOML thing). Are you saying that Workers CI should respect this configuration and doesn't today? |
Sorry, I was a little ambiguous in my ask. So to be more clear:
|
I was planning to have Rust and |
Is there an existing issue for this?
Description
Custom build commands to support building on cloudflare should be something like:
Note, this causes the same command to be run when using wrangler dev locally, which is a bit of a pain because you usually don't want to reinstall rustup etc. These are noops (at least in my own environment), but maybe not noops everywhere.
What I've actually done is added these to a prod environment and used that, but I'm not certain this is the right way to handle this either.
The text was updated successfully, but these errors were encountered: