mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Revert "Fix containerutility compilation on gcc-mingw-w64 8.3"
This reverts commit 25a1bf53d2
.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
5125f8b304
commit
79b130ac31
1 changed files with 0 additions and 7 deletions
|
@ -8,13 +8,6 @@ set -e
|
||||||
cd "$GOPATH/src/github.com/docker/windows-container-utility"
|
cd "$GOPATH/src/github.com/docker/windows-container-utility"
|
||||||
git checkout -q "$CONTAINER_UTILITY_COMMIT"
|
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
|
echo Building: ${DEST}/containerutility.exe
|
||||||
|
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in a new issue