Skip to content

Commit 2b325a1

Browse files
authored
Try to fix CI (#2544)
This is an attempt to work around rust-lang/rust#80703 to get CI green again.
1 parent 4c7e66e commit 2b325a1

File tree

1 file changed

+2
-0
lines changed
  • .github/actions/binary-compatible-builds

1 file changed

+2
-0
lines changed

.github/actions/binary-compatible-builds/main.js

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ child_process.execFileSync('docker', [
5151
'-v', `${process.cwd()}:${process.cwd()}`,
5252
'-v', `${child_process.execSync('rustc --print sysroot').toString().trim()}:/rust:ro`,
5353
'--env', `PATH=${path}`,
54+
// FIXME(rust-lang/rust#80703) this shouldn't be necessary
55+
'--env', `LD_LIBRARY_PATH=/rust/lib`,
5456
'centos:7',
5557
], stdio);
5658

0 commit comments

Comments
 (0)