vcpkg/scripts
Billy O'Neal b97849d258
[Many Ports] Baseline Fixes for 2020-10-24 CI Build (#14208)
* [libp7client, libp7-baical] Combine identical ports and update to libp7client 5.6.

In a recent CI build, we started getting output like:

Installing package libp7-baical[core]:x86-windows...
The following files are already installed in C:/Dev/vcpkg/installed/x86-windows and are in conflict with libp7-baical:x86-windows

Installed by libp7client:x86-windows
    bin/P7x32.dll
    bin/P7x32.pdb
    debug/bin/P7x32d.dll
    debug/bin/P7x32d.pdb
    include/P7/GTypes.h
    include/P7/P7_Client.h
    include/P7/P7_Cproxy.h
    include/P7/P7_Extensions.h
    include/P7/P7_Telemetry.h
    include/P7/P7_Trace.h

It turns out that these ports are identical, they are just different versions of the same library. The libp7-baical version supported more platforms and was simpler, so took that one and updated it to a current version.

* [ignition-modularscripts, ignition-msgs1] Attempt to fix intermittent build failures by disabling parallel configure.

* Fix several "passing: remove from fail list."

* [akali] Disable parallel configure.

REGRESSION: akali:x64-windows. If expected, add akali:x64-windows=fail to .\scripts\ci.baseline.txt.

Attempts to fix:

CMake Error: Could not open file for write in copy operation C:/Dev/vcpkg/buildtrees/akali/src/fc94eb83a9-01654d3f7c.clean/include/akali_config.h.tmp
CMake Error: : System Error: Permission denied
CMake Error at CMakeLists.txt:20 (configure_file):
  configure_file Problem configuring file

* [nvtt] Devendor libsquish

This was regressed by https://github.com/microsoft/vcpkg/pull/13674

REGRESSION: nvtt:x64-linux. If expected, add nvtt:x64-linux=fail to .\scripts\ci.baseline.txt.
REGRESSION: nvtt:x64-osx. If expected, add nvtt:x64-osx=fail to .\scripts\ci.baseline.txt.
REGRESSION: nvtt:x64-windows-static. If expected, add nvtt:x64-windows-static=fail to .\scripts\ci.baseline.txt.
REGRESSION: nvtt:x64-windows. If expected, add nvtt:x64-windows=fail to .\scripts\ci.baseline.txt.

Installing package nvtt[core]:x64-linux...
The following files are already installed in /mnt/vcpkg-ci/installed/x64-linux and are in conflict with nvtt:x64-linux

Installed by libsquish:x64-linux
    debug/lib/libsquishd.a
    include/squish.h
    lib/libsquish.a

* [knet] Disable parallel configure.

REGRESSION: knet:x64-windows. If expected, add knet:x64-windows=fail to .\scripts\ci.baseline.txt.

CMake Error at src/CMakeLists.txt:1 (configure_file):
  configure_file Problem configuring file

* [libnice] Diable parallel configure.

REGRESSION: libnice:x64-windows. If expected, add libnice:x64-windows=fail to .\scripts\ci.baseline.txt.

CMake Error at CMakeLists.txt:13 (configure_file):
  configure_file Problem configuring file
2020-10-24 22:36:53 -07:00
..
azure-pipelines [cmake] upgrade to 3.18 (#12612) 2020-10-19 17:18:39 -07:00
boost [boost] Remove invalid identifier !v120 (#13387) 2020-09-07 16:51:02 -07:00
buildsystems [vcpkg] Vcpkg appinstall deps fixes (#14129) 2020-10-21 17:43:11 -07:00
cmake [vcpkg_find_acquire_program] Fix SWIG on non-Windows platforms. (#13953) 2020-10-23 00:29:35 -07:00
detect_compiler Print more verbose compiler detection info (#14188) 2020-10-23 20:54:36 -07:00
ifw [vcpkg-export-ifw] Maintenance Tool 2017-10-05 21:24:32 +03:00
posh-vcpkg/0.0.1 [vcpkg] Initial commit of powershell integration 2017-10-14 01:45:28 -07:00
templates [vcpkg manifest] Manifest Implementation (#11757) 2020-06-30 10:40:18 -07:00
test_ports [vcpkg_find_acquire_program] Cleanup and add CI testing (#12982) 2020-08-25 18:41:56 -07:00
testing/integrate-install [vcpkg] Fix MSBuild regressions #12062 and #12086. (#12257) 2020-07-08 15:08:17 -07:00
toolchains [vcpkg] CMAKE_SYSTEM_PROCESSOR is missing if VCPKG_TARGET_ARCHITECTURE is arm or arm64. (#13465) 2020-10-17 02:12:49 -07:00
addPoshVcpkgToPowershellProfile.ps1 Remove stray entries 2018-05-19 19:23:32 -07:00
bootstrap.ps1 [vcpkg] Merge the vcpkg metadata uploader into the vcpkg binary (#13421) 2020-09-11 13:52:18 -07:00
bootstrap.sh [vcpkg-bootstrap] Update the latest g++-10 version for build if exists (#13644) 2020-09-27 17:53:24 -07:00
build_info.cmake [vcpkg] New policy: SKIP_ARCHITECTURE_CHECK. (#10398) 2020-04-09 17:04:20 -07:00
ci.baseline.txt [Many Ports] Baseline Fixes for 2020-10-24 CI Build (#14208) 2020-10-24 22:36:53 -07:00
cleanEnvironmentHelper.ps1 #5248 make vcpkg buildable as 'system' user (#7038) 2019-06-25 21:45:02 -07:00
file_script.py [vcpkg-ci] Always publish file lists (#12384) 2020-07-13 12:14:51 -07:00
Generate-SpdxLicenseList.ps1 [vcpkg] VM Update (#12176) 2020-07-01 10:53:10 -07:00
ports.cmake Build fix with MinGW GCC 9.2.0 (#12084) 2020-07-18 08:48:01 -07:00
vcpkg_completion.bash [autocomplete] Add tab-completion support for bash 2018-12-13 14:02:02 -08:00
vcpkg_get_dep_info.cmake [vcpkg] Add Supports: field. Use contents of triplets instead of names for dependency resolution. (#8601) 2020-02-03 14:22:52 -08:00
vcpkg_get_tags.cmake [many ports] Add supports (#12857) 2020-09-03 10:59:31 -07:00
vcpkg.schema.json [vcpkg] Add a schema file for vcpkg.json (#12178) 2020-07-13 11:34:15 -07:00
vcpkgTools.xml [cmake] upgrade to 3.18 (#12612) 2020-10-19 17:18:39 -07:00