Update tests to 2024 edition
This commit is contained in:
parent
dcfd5c30d4
commit
7f2f0d2ec1
1 changed files with 3 additions and 1 deletions
|
|
@ -42,7 +42,9 @@ pub fn main_inner(profile: Profile) {
|
|||
.expect("failed to get absolute path of `gcc-path`")
|
||||
.display()
|
||||
.to_string();
|
||||
env::set_var("LD_LIBRARY_PATH", gcc_path);
|
||||
unsafe {
|
||||
env::set_var("LD_LIBRARY_PATH", gcc_path);
|
||||
}
|
||||
|
||||
fn rust_filter(path: &Path) -> bool {
|
||||
path.is_file() && path.extension().expect("extension").to_str().expect("to_str") == "rs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue