-
Notifications
You must be signed in to change notification settings - Fork 36
rustc wrapper respects CARGO_BUILD_TARGET
#421
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
base: master
Are you sure you want to change the base?
Conversation
|
hm, I'm getting in https://buildkite.com/julialang/yggdrasil/builds/19293#019612bb-7055-4dd9-b309-95acdc4cdd2c/684-846 using this PR, is it somehow passing that literal string instead of interpolating? |
|
ah figured it out with the help of shell syntax highlighting (copied the snippet into a new textfile..). Single quotes don't allow env interpolation. |
…espects-CARGO_BUILD_TARGET
|
1.7 unpriv & 1.13 & nightly failures are same as #454
edit: acutally I'll wait until it's working in my PR |
|
I didn't end up using this in my libimagequant PR and not sure if it's right or not |
xref https://julialang.slack.com/archives/C674ELDNX/p1744069809587769?thread_ts=1744068420.505269&cid=C674ELDNX and JuliaPackaging/Yggdrasil#10853