diff options
author | Brad King <brad.king@kitware.com> | 2022-06-01 16:42:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-06-01 16:43:22 (GMT) |
commit | 0b953d01a60e8d10d494a6fba2648e7120749d60 (patch) | |
tree | 5bb21d006eb55e1b1ba68bc4f18c76266dcc35bb /Utilities/Release/win/x86/deps/qt-build.bat | |
parent | 230eaa1d55b0a15aadf71b61d06012c5c0f972a2 (diff) | |
download | CMake-0b953d01a60e8d10d494a6fba2648e7120749d60.zip CMake-0b953d01a60e8d10d494a6fba2648e7120749d60.tar.gz CMake-0b953d01a60e8d10d494a6fba2648e7120749d60.tar.bz2 |
Utilities/Release: Drop docker specs for Windows binaries
Since commit 4c7c66dcf5 (gitlab-ci: Add jobs to make Windows x86_64 and
i386 packages, 2022-05-19), we use CI jobs to produce Windows binaries.
Revert commit ff929badb3 (Utilities/Release: Add docker specs to
build and test Windows binaries, 2020-05-05, v3.18.0-rc1~203^2~1).
The filesystem inside Windows containers is too slow to support
parallel builds efficiently.
Diffstat (limited to 'Utilities/Release/win/x86/deps/qt-build.bat')
-rwxr-xr-x | Utilities/Release/win/x86/deps/qt-build.bat | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/Utilities/Release/win/x86/deps/qt-build.bat b/Utilities/Release/win/x86/deps/qt-build.bat deleted file mode 100755 index e8bfa81..0000000 --- a/Utilities/Release/win/x86/deps/qt-build.bat +++ /dev/null @@ -1,47 +0,0 @@ -set ARCH=%1 -call \msvc-%ARCH%.bat && @echo on || exit /b -mkdir \qt-src\qt-build && ^ -cd \qt-src\qt-build && ^ -..\qt\configure.bat ^ - -prefix C:/qt-%ARCH% ^ - -static ^ - -static-runtime ^ - -release ^ - -opensource -confirm-license ^ - -platform win32-msvc ^ - -mp ^ - -gui ^ - -widgets ^ - -qt-pcre ^ - -qt-zlib ^ - -qt-libpng ^ - -qt-libjpeg ^ - -no-gif ^ - -no-icu ^ - -no-pch ^ - -no-angle ^ - -no-opengl ^ - -no-dbus ^ - -no-harfbuzz ^ - -no-accessibility ^ - -skip declarative ^ - -skip multimedia ^ - -skip qtcanvas3d ^ - -skip qtconnectivity ^ - -skip qtdeclarative ^ - -skip qtlocation ^ - -skip qtmultimedia ^ - -skip qtsensors ^ - -skip qtserialport ^ - -skip qtsvg ^ - -skip qtwayland ^ - -skip qtwebchannel ^ - -skip qtwebengine ^ - -skip qtwebsockets ^ - -skip qtxmlpatterns ^ - -nomake examples -nomake tests ^ - && ^ -\jom\jom.exe -J %NUMBER_OF_PROCESSORS% && ^ -\jom\jom.exe install && ^ -cd \qt-%ARCH% && ^ -\git\cmd\git apply \qt-src\qt-install.patch |