vcpkg/scripts
Billy O'Neal bba6b96de1
Build fixes from 2021-09-28's nightly build. (#20435)
https://dev.azure.com/vcpkg/public/_build/results?buildId=60445

PASSING, REMOVE FROM FAIL LIST: soundtouch:x64-windows-static
Probably fixed by: https://github.com/microsoft/vcpkg/pull/19377

REGRESSION: mosquitto:x86-windows
REGRESSION: mosquitto:x64-windows
Probably broken by: https://github.com/microsoft/vcpkg/pull/20148/

```
The following EXEs were found in /bin or /debug/bin. EXEs are not valid distribution targets.

    D:/packages/mosquitto_x86-windows/bin/mosquitto_ctrl.exe

The following EXEs were found in /bin or /debug/bin. EXEs are not valid distribution targets.

    D:/packages/mosquitto_x86-windows/debug/bin/mosquitto_ctrl.exe

Found 2 error(s). Please correct the portfile:
    C:\a\1\s\ports\mosquitto\portfile.cmake
-- Performing post-build validation done
```

The upstream build system has this:

```
option(WITH_CJSON "Build with cJSON support (required for dynamic security plugin and useful for mosquitto_sub)?" ON)
if (WITH_CJSON)
    FIND_PACKAGE(cJSON)
    if (CJSON_FOUND)
	    message(STATUS ${CJSON_FOUND})
    else (CJSON_FOUND)
	    message(STATUS "Optional dependency cJSON not found. Some features will be disabled.")
    endif(CJSON_FOUND)
endif()
```

and indeed, I repro the problem if cjson is installed first. Disable WITH_CJSON as a fix.

OSX never finishing: Hopefully fixed by https://github.com/microsoft/vcpkg/pull/20388
2021-09-29 18:03:18 -07:00
..
azure-pipelines [macos ci] move out tensorflow (#20388) 2021-09-29 13:15:25 -07:00
boost [boost] update to 1.77.0 (#19556) 2021-09-27 17:12:39 -07:00
buildsystems Remove unnecessary <Delete> that races <Touch> (#20313) 2021-09-24 10:07:26 -07:00
cmake [scripts-audit] vcpkg_fixup_pkgconfig (#19658) 2021-09-27 13:27:44 -07:00
detect_compiler [rollup:2021-07-06] Rollup PR (#18838) 2021-07-14 12:45:18 -07:00
get_cmake_vars [meson] fix cross compiling from linux to windows (#18927) 2021-09-09 20:41:01 -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 Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065) 2020-10-28 14:18:07 -07:00
test_ports [scripts-audit] vcpkg_fixup_pkgconfig (#19658) 2021-09-27 13:27:44 -07:00
toolchains [vcpkg] [Android]Compile armv6 with arm mode (#17962) 2021-06-07 11:33:48 -07:00
addPoshVcpkgToPowershellProfile.ps1 [vcpkg, jsonnet, openssl-uwp] Enable use of the system powershell-core if it is present. (#13805) 2020-10-27 20:48:14 -07:00
bootstrap.ps1 [vcpkg] Update tool to 2021-09-10. (#20105) 2021-09-10 18:28:18 -07:00
bootstrap.sh [vcpkg] Update tool to 2021-09-10. (#20105) 2021-09-10 18:28:18 -07:00
build_info.cmake [llvm] install tools in tools/llvm (#14399) 2020-11-12 17:31:34 -08:00
ci.baseline.txt Build fixes from 2021-09-28's nightly build. (#20435) 2021-09-29 18:03:18 -07:00
file_script.py [vcpkg-ci] Always publish file lists (#12384) 2020-07-13 12:14:51 -07:00
generateBaseline.py [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
generatePortVersionsDb.py [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
ports.cmake [scripts-audit] vcpkg_fixup_pkgconfig (#19658) 2021-09-27 13:27:44 -07:00
tls12-download.exe [vcpkg-tool] Update to 2021-08-03 (#19347) 2021-08-04 14:20:23 -07:00
vcpkg_completion.bash [autocomplete] Add tab-completion support for bash 2018-12-13 14:02:02 -08:00
vcpkg_completion.fish [vcpkg] Add tab completion for Fish (#14206) 2020-11-02 17:25:43 -08:00
vcpkg_completion.zsh [scripts] Add vcpkg_completions.zsh (#18274) 2021-06-30 13:16:51 -07: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 [vcpkg] Add triplet option VCPKG_NO_COMPILER_TRACKING (#17526) 2021-08-25 20:36:28 -07:00
vcpkg.schema.json fix regex in json schema (#20386) 2021-09-27 11:47:43 -07:00
vcpkgTools.xml [Python3] update to 3.9.7 (#19851) 2021-09-13 20:00:44 -07:00