Git based private repo dependencies #7128
Unanswered
criminosis
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For git based private dependencies, e.g. for Cargo, is there an intended way to pass authorization through to the compilation child process on workers?
Looking here and here both pass through
env_clear(). Which prevents being able to mount the usualSSH_SOCK_AUTHenv var.I noticed there's a
WHITELIST_ENVSbut it isn't passed through here, but it does seem to get passed through the bun executor. Though I see that was just recently added.Claude mentioned this use case in its comment on that PR fwiw.
IIUC if you have any private repo library code this makes using Rust on Windmill DOA?
Beta Was this translation helpful? Give feedback.
All reactions