Try to fix CI (#2544)
This is an attempt to work around rust-lang/rust#80703 to get CI green again.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user