mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +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 {
|
pub fn windows_reserved_names_are_allowed() -> bool {
|
||||||
use cargo_util::is_ci;
|
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::ffi::OsStr;
|
||||||
use std::os::windows::ffi::OsStrExt;
|
use std::os::windows::ffi::OsStrExt;
|
||||||
use std::ptr;
|
use std::ptr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user