Skip to content

Commit

Permalink
Try to fix CI (#2544)
Browse files Browse the repository at this point in the history
This is an attempt to work around rust-lang/rust#80703 to get CI green
again.
  • Loading branch information
alexcrichton authored Jan 4, 2021
1 parent 4c7e66e commit 2b325a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/binary-compatible-builds/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ child_process.execFileSync('docker', [
'-v', `${process.cwd()}:${process.cwd()}`,
'-v', `${child_process.execSync('rustc --print sysroot').toString().trim()}:/rust:ro`,
'--env', `PATH=${path}`,
// FIXME(rust-lang/rust#80703) this shouldn't be necessary
'--env', `LD_LIBRARY_PATH=/rust/lib`,
'centos:7',
], stdio);

Expand Down

0 comments on commit 2b325a1

Please sign in to comment.