We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7e66e commit 2b325a1Copy full SHA for 2b325a1
.github/actions/binary-compatible-builds/main.js
@@ -51,6 +51,8 @@ child_process.execFileSync('docker', [
51
'-v', `${process.cwd()}:${process.cwd()}`,
52
'-v', `${child_process.execSync('rustc --print sysroot').toString().trim()}:/rust:ro`,
53
'--env', `PATH=${path}`,
54
+ // FIXME(rust-lang/rust#80703) this shouldn't be necessary
55
+ '--env', `LD_LIBRARY_PATH=/rust/lib`,
56
'centos:7',
57
], stdio);
58
0 commit comments