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', `${process.cwd()}:${process.cwd()}`,
|
||||||
'-v', `${child_process.execSync('rustc --print sysroot').toString().trim()}:/rust:ro`,
|
'-v', `${child_process.execSync('rustc --print sysroot').toString().trim()}:/rust:ro`,
|
||||||
'--env', `PATH=${path}`,
|
'--env', `PATH=${path}`,
|
||||||
|
// FIXME(rust-lang/rust#80703) this shouldn't be necessary
|
||||||
|
'--env', `LD_LIBRARY_PATH=/rust/lib`,
|
||||||
'centos:7',
|
'centos:7',
|
||||||
], stdio);
|
], stdio);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user