From 79b130ac31127fbc1a3bfb35b4743a7b9d3d6283 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 14 Feb 2020 23:31:42 +0100 Subject: [PATCH] Revert "Fix containerutility compilation on gcc-mingw-w64 8.3" This reverts commit 25a1bf53d29e6424d4e9688952129a03c62fdef6. Signed-off-by: Sebastiaan van Stijn --- hack/make/containerutility | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hack/make/containerutility b/hack/make/containerutility index 9b84541020..8525d971f6 100644 --- a/hack/make/containerutility +++ b/hack/make/containerutility @@ -8,13 +8,6 @@ set -e cd "$GOPATH/src/github.com/docker/windows-container-utility" git checkout -q "$CONTAINER_UTILITY_COMMIT" - # TODO remove this temporary fix once https://github.com/docker/windows-container-utility/pull/2 is merged - sed -i \ - -e 's|-nostdinc ||g' \ - -e 's|-I/usr/lib/gcc/x86_64-w64-mingw32/6.3-win32/include ||g' \ - -e 's|-I/usr/x86_64-w64-mingw32/include ||g' \ - "$GOPATH/src/github.com/docker/windows-container-utility/Makefile" - echo Building: ${DEST}/containerutility.exe (