Rollup merge of #99494 - tmiasko:no-pie, r=Mark-Simulacrum
Use non-relocatable code in nofile-limit.rs test To avoid using static-pie which is not essential to the test but which was reported to cause problems on Void Linux where glibc is build without support for static-pie.
This commit is contained in:
commit
65d2392225
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
// dont-check-compiler-stderr
|
||||
// only-linux
|
||||
// no-prefer-dynamic
|
||||
// compile-flags: -Ctarget-feature=+crt-static -Crpath=no
|
||||
// compile-flags: -Ctarget-feature=+crt-static -Crpath=no -Crelocation-model=static
|
||||
#![feature(exit_status_error)]
|
||||
#![feature(rustc_private)]
|
||||
extern crate libc;
|
||||
|
|
Loading…
Add table
Reference in a new issue