-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete the Windows storage driver? #2009
Comments
SGTM |
That call is in the unit test which only run on Windows, so CI doesn't run them. The driver itself compiles, for whatever that's worth. |
To add another reason, just noticed Looking into why we import this package which has been archived a while ago points back here in c/storage to the windows driver. Dropping it would solve that as well AFAICS.
|
microsoft/hcsshim#2136 tracks removing the dependency. |
Why not just delete the support from C/S? |
Ever since 1eba391 in Sep 2017 the driver’s test can’t compile because a
addAceToSddlDacl
function is missing.Clearly no-one is even trying to make it functional.
Can we remove that code? If we ever did want to add a Windows support, the old code can always be fished out of git.
The text was updated successfully, but these errors were encountered: