mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
allow windows reserved names in CI
This commit is contained in:
parent
0e3d73849a
commit
54f97e28fd
@ -373,11 +373,6 @@ pub fn sysroot() -> String {
|
||||
pub fn windows_reserved_names_are_allowed() -> bool {
|
||||
use cargo_util::is_ci;
|
||||
|
||||
// Ensure tests still run in CI until we need to migrate.
|
||||
if is_ci() {
|
||||
return false;
|
||||
}
|
||||
|
||||
use std::ffi::OsStr;
|
||||
use std::os::windows::ffi::OsStrExt;
|
||||
use std::ptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user