You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2026. It is now read-only.
It is not uncommon that a project may depend on crates that wrap code in other languages.
To have a hassle free experience at least the build tools for the most common cases should be installed on the machine that handles the shuttle deploy build step.
I would assume this to be at least what a GH runner comes pre-installed with.
See here for what this entails on the resp. target platform/OS.
I would suggest starting with a C/C++ compiler and I would have some projects to test this.
Suggestion or Example of how the feature would be used
No response
Duplicate declaration
I have searched the issues and this feature has not been requested before.
Describe the feature
This is related to #703.
It is not uncommon that a project may depend on crates that wrap code in other languages.
To have a hassle free experience at least the build tools for the most common cases should be installed on the machine that handles the
shuttle deploybuild step.I would assume this to be at least what a GH runner comes pre-installed with.
See here for what this entails on the resp. target platform/OS.
I would suggest starting with a C/C++ compiler and I would have some projects to test this.
Suggestion or Example of how the feature would be used
No response
Duplicate declaration