Created
March 28, 2020 06:55
-
-
Save agarny/8c1a78662d223d7072a80cf75d33e194 to your computer and use it in GitHub Desktop.
QtWebKit: trying to build version 5.212.0 alpha4 on Windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
********************************************************************** | |
** Visual Studio 2017 Developer Command Prompt v15.9.18 | |
** Copyright (c) 2017 Microsoft Corporation | |
********************************************************************** | |
[vcvarsall.bat] Environment initialized for: 'x64' | |
-- The C compiler identification is MSVC 19.16.27034.0 | |
-- The CXX compiler identification is MSVC 19.16.27034.0 | |
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx64/x64/cl.exe | |
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx64/x64/cl.exe -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx64/x64/cl.exe | |
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx64/x64/cl.exe -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
Building a release version of OpenCOR using Qt 5.12.7 LTS... | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: C:/Users/Alan/Desktop/OpenCOR/build | |
[26/72] Linking CXX executable OpenCOR_com.exe | |
Creating library OpenCOR_com.lib and object OpenCOR_com.exp | |
[56/72] Building RC object CMakeFiles\OpenCOR.dir\OpenCOR.rc.res | |
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
[64/72] Linking CXX executable OpenCOR.exe | |
Creating library OpenCOR.lib and object OpenCOR.exp | |
[65/72] Performing download step (git clone) for 'QtWebKitBuild' | |
Cloning into 'QtWebKit'... | |
Note: switching to 'v5.212.0-alpha4-opencor'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by switching back to a branch. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -c with the switch command. Example: | |
git switch -c <new-branch-name> | |
Or undo this operation with: | |
git switch - | |
Turn off this advice by setting config variable advice.detachedHead to false | |
HEAD is now at 0281f9991 Revert "Revert "Prevent a compilation error on macOS."" | |
[68/72] Performing configure step for 'QtWebKitBuild' | |
FAILED: ext/Stamp/QtWebKitBuild/QtWebKitBuild-configure | |
cmd.exe /C "cd /D C:\Users\Alan\Desktop\OpenCOR\build\ext\Build\QtWebKitBuild && "C:\Program Files\CMake\bin\cmake.exe" "-DCMAKE_C_COMPILER=C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx64/x64/cl.exe" "-DCMAKE_CXX_COMPILER=C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx64/x64/cl.exe" -DFULL_LOCAL_EXTERNAL_PACKAGE_DIR=C:/Users/Alan/Desktop/OpenCOR/ext/src/3rdparty/QtWebKit/release -DGIT_TAG=v5.212.0-alpha4-opencor -DICUDT_SHARED_LIBRARY=icudt57.dll -DICUIN_SHARED_LIBRARY=icuin57.dll -DICUUC_SHARED_LIBRARY=icuuc57.dll -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=C:/Users/Alan/Desktop/OpenCOR/ext/src/3rdparty/QtWebKit/release -DPORT=Qt -GNinja C:/Users/Alan/Desktop/OpenCOR/ext/QtWebKit && "C:\Program Files\CMake\bin\cmake.exe" -E touch C:/Users/Alan/Desktop/OpenCOR/build/ext/Stamp/QtWebKitBuild/QtWebKitBuild-configure" | |
-- The C compiler identification is MSVC 19.16.27034.0 | |
-- The CXX compiler identification is MSVC 19.16.27034.0 | |
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx64/x64/cl.exe | |
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx64/x64/cl.exe -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx64/x64/cl.exe | |
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx64/x64/cl.exe -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
Retrieving additional dependencies for QtWebKit... | |
-- Found BISON: C:/winflexbison/win_bison.exe (found suitable version "3.1", minimum required is "2.1") | |
-- Found Gperf: C:/gperf/bin/gperf.exe (Required is at least version "3.0.1") | |
-- Found Perl: C:/Perl64/bin/perl.exe (found suitable version "5.26.1", minimum required is "5.10.0") | |
-- Found PythonInterp: C:/Users/Alan/AppData/Local/Programs/Python/Python37/python.exe (found suitable version "3.7.3", minimum required is "2.7.0") | |
-- Could NOT find Ruby (missing: RUBY_LIBRARY) (found suitable version "2.5.3", minimum required is "1.9") | |
CMake Warning (dev) at Source/cmake/OptionsCommon.cmake:167 (if): | |
Policy CMP0054 is not set: Only interpret if() arguments as variables or | |
keywords when unquoted. Run "cmake --help-policy CMP0054" for policy | |
details. Use the cmake_policy command to set the policy and suppress this | |
warning. | |
Quoted variables like "MSVC" will no longer be dereferenced when the policy | |
is set to NEW. Since the policy is not set the OLD behavior will be used. | |
Call Stack (most recent call first): | |
Source/cmake/WebKitCommon.cmake:50 (include) | |
CMakeLists.txt:186 (include) | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- Looking for include file features.h | |
-- Looking for include file features.h - not found | |
-- Found Sqlite: C:/Users/Alan/Desktop/OpenCOR/ext/QtWebKit/WebKitLibraries/win/include | |
-- Looking for pthread.h | |
-- Looking for pthread.h - not found | |
-- Found Threads: TRUE | |
-- Found JPEG: C:/Users/Alan/Desktop/OpenCOR/ext/QtWebKit/WebKitLibraries/win/lib64/libjpeg.lib (found version "62") | |
CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.16/Modules/FindPNG.cmake:52 (find_package): | |
Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables. | |
Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy | |
command to set the policy and suppress this warning. | |
CMake variable ZLIB_ROOT is set to: | |
C:/Users/Alan/Desktop/OpenCOR/ext/QtWebKit/WebKitLibraries/win/include | |
For compatibility, CMake is ignoring the variable. | |
Call Stack (most recent call first): | |
Source/cmake/OptionsQt.cmake:491 (find_package) | |
Source/cmake/WebKitCommon.cmake:51 (include) | |
CMakeLists.txt:186 (include) | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- Found ZLIB: C:/Users/Alan/Desktop/OpenCOR/ext/QtWebKit/WebKitLibraries/win/lib64/zlib.lib (found version "1.2.8") | |
-- Found PNG: C:/Users/Alan/Desktop/OpenCOR/ext/QtWebKit/WebKitLibraries/win/lib64/libpng.lib (found version "1.6.20") | |
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) | |
-- Found ICU header files in C:/Users/Alan/Desktop/OpenCOR/ext/QtWebKit/WebKitLibraries/win/include | |
-- Found ICU libraries: C:/Users/Alan/Desktop/OpenCOR/ext/QtWebKit/WebKitLibraries/win/lib64/icuuc.lib | |
-- Found LibXml2: C:/Program Files/libxml2 2.9.6/lib/xml2.lib (found suitable version "2.9.3", minimum required is "2.8.0") | |
-- Found LibXslt: C:/Users/Alan/Desktop/OpenCOR/ext/QtWebKit/WebKitLibraries/win/lib64/libxslt.lib (found suitable version "1.1.28", minimum required is "1.1.7") | |
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) | |
-- Could NOT find WebP (missing: WEBP_INCLUDE_DIRS WEBP_LIBRARIES) | |
-- Looking for QT_OPENGL_DYNAMIC | |
-- Looking for QT_OPENGL_DYNAMIC - found | |
-- Qt OpenGL implementation: DynamicGL | |
-- Qt OpenGL libraries: Qt5::Gui_GLESv2 | |
-- Qt EGL libraries: Qt5::Gui_EGL | |
-- Performing Test Qt5Gui_PRIVATE_HEADER_FOUND | |
-- Performing Test Qt5Gui_PRIVATE_HEADER_FOUND - Success | |
-- Performing Test Qt5Network_PRIVATE_HEADER_FOUND | |
-- Performing Test Qt5Network_PRIVATE_HEADER_FOUND - Success | |
-- Performing Test Qt5Quick_PRIVATE_HEADER_FOUND | |
-- Performing Test Qt5Quick_PRIVATE_HEADER_FOUND - Success | |
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) | |
-- Could NOT find WOFF2Dec: Found unsuitable version "", but required is at least "1.0.1" (found WOFF2DEC_INCLUDE_DIRS-NOTFOUND) | |
-- WOFF2Dec not found, using the bundled library. | |
-- The following OPTIONAL packages have been found: | |
* JPEG | |
* Qt5OpenGL (required version >= 5.2.0) | |
-- The following REQUIRED packages have been found: | |
* BISON (required version >= 2.1) | |
* Gperf (required version >= 3.0.1) | |
* Perl (required version >= 5.10.0) | |
* PythonInterp (required version >= 2.7.0) | |
* Sqlite | |
* Threads | |
* PNG | |
* ZLIB | |
* ICU | |
* LibXml2 (required version >= 2.8.0) | |
* LibXslt (required version >= 1.1.7) | |
* Qt5Core | |
* Qt5Gui | |
* Qt5Network | |
* Qt5Widgets | |
* Qt5Test | |
* Qt5QuickTest | |
* Qt5Positioning | |
* Qt5Sensors | |
* Qt5PrintSupport | |
Required for ENABLE_PRINT_SUPPORT=ON | |
* Qt5Qml (required version >= 5.12.7) | |
* Qt5Quick | |
* Qt5WebChannel | |
* Qt5 (required version >= 5.2.0) | |
* Ruby (required version >= 1.9) | |
-- The following OPTIONAL packages have not been found: | |
* WebP | |
* PkgConfig | |
* WOFF2Dec (required version >= 1.0.1) | |
CMake Error at C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:211 (configure_file): | |
configure_file Problem configuring file | |
Call Stack (most recent call first): | |
C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:281 (_QT5_PARSE_QRC_FILE) | |
tests/webkitwidgets/CMakeLists.txt:56 (qt5_add_resources) | |
CMake Error at C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:211 (configure_file): | |
configure_file Problem configuring file | |
Call Stack (most recent call first): | |
C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:281 (_QT5_PARSE_QRC_FILE) | |
tests/webkitwidgets/CMakeLists.txt:56 (qt5_add_resources) | |
CMake Error at C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:211 (configure_file): | |
configure_file Problem configuring file | |
Call Stack (most recent call first): | |
C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:281 (_QT5_PARSE_QRC_FILE) | |
tests/webkitwidgets/CMakeLists.txt:56 (qt5_add_resources) | |
CMake Error at C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:211 (configure_file): | |
configure_file Problem configuring file | |
Call Stack (most recent call first): | |
C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:281 (_QT5_PARSE_QRC_FILE) | |
tests/webkitwidgets/CMakeLists.txt:56 (qt5_add_resources) | |
CMake Error at C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:211 (configure_file): | |
configure_file Problem configuring file | |
Call Stack (most recent call first): | |
C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:281 (_QT5_PARSE_QRC_FILE) | |
tests/webkitwidgets/CMakeLists.txt:56 (qt5_add_resources) | |
CMake Error at C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:211 (configure_file): | |
configure_file Problem configuring file | |
Call Stack (most recent call first): | |
C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:281 (_QT5_PARSE_QRC_FILE) | |
tests/webkitwidgets/CMakeLists.txt:56 (qt5_add_resources) | |
CMake Error at C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:211 (configure_file): | |
configure_file Problem configuring file | |
Call Stack (most recent call first): | |
C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:281 (_QT5_PARSE_QRC_FILE) | |
tests/webkitwidgets/CMakeLists.txt:56 (qt5_add_resources) | |
CMake Error at C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:211 (configure_file): | |
configure_file Problem configuring file | |
Call Stack (most recent call first): | |
C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:281 (_QT5_PARSE_QRC_FILE) | |
tests/webkitwidgets/CMakeLists.txt:56 (qt5_add_resources) | |
-- Using platform-specific CMakeLists: C:/Users/Alan/Desktop/OpenCOR/ext/QtWebKit/Source/WTF/wtf/PlatformQt.cmake | |
-- The ASM_MASM compiler identification is MSVC | |
-- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx64/x64/ml64.exe | |
-- Using platform-specific CMakeLists: C:/Users/Alan/Desktop/OpenCOR/ext/QtWebKit/Source/JavaScriptCore/PlatformQt.cmake | |
-- Using platform-specific CMakeLists: C:/Users/Alan/Desktop/OpenCOR/ext/QtWebKit/Source/JavaScriptCore/shell/PlatformQt.cmake | |
-- All-in-One build is enabled. | |
-- Using platform-specific CMakeLists: C:/Users/Alan/Desktop/OpenCOR/ext/QtWebKit/Source/WebCore/PlatformQt.cmake | |
-- Using platform-specific CMakeLists: C:/Users/Alan/Desktop/OpenCOR/ext/QtWebKit/Source/WebKit/PlatformQt.cmake | |
CMake Error at C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:211 (configure_file): | |
configure_file Problem configuring file | |
Call Stack (most recent call first): | |
C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:281 (_QT5_PARSE_QRC_FILE) | |
Source/WebKit/PlatformQt.cmake:346 (qt5_add_resources) | |
Source/cmake/WebKitMacros.cmake:5 (include) | |
Source/WebKit/CMakeLists.txt:41 (WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS) | |
-- Using platform-specific CMakeLists: C:/Users/Alan/Desktop/OpenCOR/ext/QtWebKit/Source/WebKit2/PlatformQt.cmake | |
CMake Error at C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:211 (configure_file): | |
configure_file Problem configuring file | |
Call Stack (most recent call first): | |
C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:281 (_QT5_PARSE_QRC_FILE) | |
Source/WebKit2/PlatformQt.cmake:220 (qt5_add_resources) | |
Source/cmake/WebKitMacros.cmake:5 (include) | |
Source/WebKit2/CMakeLists.txt:785 (WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS) | |
CMake Error at C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:211 (configure_file): | |
configure_file Problem configuring file | |
Call Stack (most recent call first): | |
C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:281 (_QT5_PARSE_QRC_FILE) | |
Source/WebKit2/UIProcess/API/qt/tests/CMakeLists.txt:78 (qt5_add_resources) | |
-- Using platform-specific CMakeLists: C:/Users/Alan/Desktop/OpenCOR/ext/QtWebKit/Source/PlatformQt.cmake | |
-- Using platform-specific CMakeLists: C:/Users/Alan/Desktop/OpenCOR/ext/QtWebKit/Tools/PlatformQt.cmake | |
CMake Error at C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:211 (configure_file): | |
configure_file Problem configuring file | |
Call Stack (most recent call first): | |
C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:281 (_QT5_PARSE_QRC_FILE) | |
Tools/QtTestBrowser/CMakeLists.txt:48 (qt5_add_resources) | |
CMake Error at C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:211 (configure_file): | |
configure_file Problem configuring file | |
Call Stack (most recent call first): | |
C:/Qt/5.12.7/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:281 (_QT5_PARSE_QRC_FILE) | |
Tools/MiniBrowser/qt/CMakeLists.txt:42 (qt5_add_resources) | |
-- Using platform-specific CMakeLists: C:/Users/Alan/Desktop/OpenCOR/ext/QtWebKit/Tools/TestWebKitAPI/PlatformQt.cmake | |
CMake Warning (dev) at Tools/TestWebKitAPI/CMakeLists.txt:164 (if): | |
Policy CMP0054 is not set: Only interpret if() arguments as variables or | |
keywords when unquoted. Run "cmake --help-policy CMP0054" for policy | |
details. Use the cmake_policy command to set the policy and suppress this | |
warning. | |
Quoted variables like "MSVC" will no longer be dereferenced when the policy | |
is set to NEW. Since the policy is not set the OLD behavior will be used. | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- Enabled features: | |
-- ENABLE_ACCELERATED_2D_CANVAS ............ ON | |
-- ENABLE_ALLINONE_BUILD ON | |
-- ENABLE_API_TESTS ........................ ON | |
-- ENABLE_CSS_GRID_LAYOUT ON | |
-- ENABLE_DATABASE_PROCESS ................. ON | |
-- ENABLE_DATALIST_ELEMENT ON | |
-- ENABLE_DEVICE_ORIENTATION ............... ON | |
-- ENABLE_DRAG_SUPPORT ON | |
-- ENABLE_FULLSCREEN_API ................... ON | |
-- ENABLE_GAMEPAD_DEPRECATED OFF | |
-- ENABLE_GEOLOCATION ...................... ON | |
-- ENABLE_ICONDATABASE ON | |
-- ENABLE_INDEXED_DATABASE ................. ON | |
-- ENABLE_INSPECTOR_UI ON | |
-- ENABLE_JIT .............................. ON | |
-- ENABLE_LEGACY_WEB_AUDIO OFF | |
-- ENABLE_LINK_PREFETCH .................... ON | |
-- ENABLE_MEDIA_SOURCE OFF | |
-- ENABLE_NETSCAPE_PLUGIN_API .............. ON | |
-- ENABLE_OPENGL ON | |
-- ENABLE_PRINT_SUPPORT .................... ON | |
-- ENABLE_QT_GESTURE_EVENTS ON | |
-- ENABLE_QT_WEBCHANNEL .................... ON | |
-- ENABLE_SAMPLING_PROFILER ON | |
-- ENABLE_SPELLCHECK ....................... ON | |
-- ENABLE_TOUCH_EVENTS ON | |
-- ENABLE_VIDEO ............................ ON | |
-- ENABLE_WEBKIT2 ON | |
-- ENABLE_WEB_AUDIO ........................ OFF | |
-- ENABLE_X11_TARGET OFF | |
-- ENABLE_XSLT ............................. ON | |
-- USE_GSTREAMER OFF | |
-- USE_LIBHYPHEN ........................... OFF | |
-- USE_LIBJPEG ON | |
-- USE_MEDIA_FOUNDATION .................... ON | |
-- USE_QT_MULTIMEDIA OFF | |
-- USE_SYSTEM_MALLOC ....................... 1 | |
-- USE_WOFF2 ON | |
-- Configuring incomplete, errors occurred! | |
See also "C:/Users/Alan/Desktop/OpenCOR/build/ext/Build/QtWebKitBuild/CMakeFiles/CMakeOutput.log". | |
See also "C:/Users/Alan/Desktop/OpenCOR/build/ext/Build/QtWebKitBuild/CMakeFiles/CMakeError.log". | |
ninja: build stopped: subcommand failed. | |
C:\Users\Alan\Desktop\OpenCOR (issue2309 -> origin) $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment