Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
validate: Move syscalls into validate_posix #565
Conversation
So the rest of the validation will compile on Windows. There might be a way to do these FileInfo comparisons on Windows, but I haven't had the time to figure that out yet. Signed-off-by: W. Trevor King <[email protected]>
|
With #560 merged, I'm not sure what the plan is for cross-platform, host-agnostic validation. Is that no longer a goal? |
So the rest of the validation will compile on Windows. There might be a way to do these
FileInfocomparisons on Windows, but I haven't had the time to figure that out yet.This is a narrower alternative to #560 which still allows a Windows host to perform the bulk of the host-agnostic validation for a Linux config.