diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2021-03-30 19:56:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-30 10:56:00 -0700 |
| commit | ed54efbb16ae8a457296c7a7e1462a9f54571e94 (patch) | |
| tree | d63bee454a5dda6d8fa7c2c41dac5cec4306299d /versions/baseline.json | |
| parent | a434cc74ea515e6612bcb66d8f4ab69bbb8c62bf (diff) | |
| download | vcpkg-ed54efbb16ae8a457296c7a7e1462a9f54571e94.tar.gz vcpkg-ed54efbb16ae8a457296c7a7e1462a9f54571e94.zip | |
[qt5-webengine] Fix issues (#16770)
* [qt5-webengine]
- add feature "proprietary-codecs"
- fix build error due to internal changes how options are passed.
- try to fail early on too long build paths instead of late
* comment the ci baseline for x64-windows to actually test it in ci
and only build one configuration to not overstress the ci system
* be less strict about the buildtree path length
* adjust qt5-webengine ci back
* update baseline
* change length error message according to CR.
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* fix version
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'versions/baseline.json')
| -rw-r--r-- | versions/baseline.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index c984e3c4d..bbe16fdf8 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5058,7 +5058,7 @@ }, "qt5-webengine": { "baseline": "5.15.2", - "port-version": 1 + "port-version": 2 }, "qt5-webglplugin": { "baseline": "5.15.2", |
