We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1947628 + 179ef53 commit 504ec4bCopy full SHA for 504ec4b
classes/cargo.bbclass
@@ -121,6 +121,7 @@ cargo_do_compile() {
121
export PKG_CONFIG_ALLOW_CROSS="1"
122
export LDFLAGS=""
123
export RUSTFLAGS="${RUSTFLAGS}"
124
+ export SSH_AUTH_SOCK="${SSH_AUTH_SOCK}"
125
bbnote "which rustc:" `which rustc`
126
bbnote "rustc --version" `rustc --version`
127
bbnote "which cargo:" `which cargo`
0 commit comments