-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bulk remove remaining vcpkg_fail_port_install calls. #22770
Bulk remove remaining vcpkg_fail_port_install calls. #22770
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 61ccae4e16330bddfd6dab3fdec382177a5a727e -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/b-/benchmark.json b/versions/b-/benchmark.json
index 8832810..d75a984 100644
--- a/versions/b-/benchmark.json
+++ b/versions/b-/benchmark.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "7856168d2b0dcaf058c077798ca47f767c6444f5",
+ "version-semver": "1.6.0",
+ "port-version": 1
+ },
{
"git-tree": "4a77547715562fcaa95568226f79af88d859d2c1",
"version-semver": "1.6.0",
diff --git a/versions/baseline.json b/versions/baseline.json
index ae0f3ec..48ce0d6 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -418,7 +418,7 @@
},
"benchmark": {
"baseline": "1.6.0",
- "port-version": 0
+ "port-version": 1
},
"bento4": {
"baseline": "1.5.1",
You have modified or added at least one portfile where deprecated functions are used.
If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake
-> vcpkg_cmake_install
(from port vcpkg-cmake
)
vcpkg_build_cmake
-> vcpkg_cmake_build
(from port vcpkg-cmake
)
vcpkg_configure_cmake
-> vcpkg_cmake_configure
(Please remove the option PREFER_NINJA
) (from port vcpkg-cmake
)
vcpkg_fixup_cmake_targets
-> vcpkg_cmake_config_fixup
(from port vcpkg-cmake-config
)
In the ports that use the new function, you have to add the corresponding dependencies:
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
The following files are affected:
ports/7zip/portfile.cmake
ports/akali/portfile.cmake
ports/ampl-asl/portfile.cmake
ports/ampl-mp/portfile.cmake
ports/ashes/portfile.cmake
ports/avisynthplus/portfile.cmake
ports/azure-c-shared-utility/portfile.cmake
ports/azure-storage-cpp/portfile.cmake
ports/behaviortree-cpp/portfile.cmake
ports/berkeleydb/portfile.cmake
ports/boringssl/portfile.cmake
ports/box2d/portfile.cmake
ports/brpc/portfile.cmake
ports/civetweb/portfile.cmake
ports/clamav/portfile.cmake
ports/coin/portfile.cmake
ports/commsdsl/portfile.cmake
ports/coroutine/portfile.cmake
ports/cpp-netlib/portfile.cmake
ports/cppcms/portfile.cmake
ports/cppcoro/portfile.cmake
ports/crfsuite/portfile.cmake
ports/directx-headers/portfile.cmake
ports/discord-game-sdk/portfile.cmake
ports/dmlc/portfile.cmake
ports/dxut/portfile.cmake
ports/effects11/portfile.cmake
ports/efsw/portfile.cmake
ports/fbthrift/portfile.cmake
ports/field3d/portfile.cmake
ports/freetds/portfile.cmake
ports/g3log/portfile.cmake
ports/gamedev-framework/portfile.cmake
ports/geogram/portfile.cmake
ports/gperf/portfile.cmake
ports/ktx/portfile.cmake
ports/libexif/portfile.cmake
ports/libmodbus/portfile.cmake
ports/libmpeg2/portfile.cmake
ports/libp7client/portfile.cmake
ports/libqcow/portfile.cmake
ports/libsmb2/portfile.cmake
ports/libsoundio/portfile.cmake
ports/libtorrent/portfile.cmake
ports/libusb-win32/portfile.cmake
ports/libusbmuxd/portfile.cmake
ports/libuuid/portfile.cmake
ports/libvmdk/portfile.cmake
ports/libxdiff/portfile.cmake
ports/licensepp/portfile.cmake
ports/lilv/portfile.cmake
ports/log4cpp/portfile.cmake
ports/marl/portfile.cmake
ports/mbedtls/portfile.cmake
ports/minizip/portfile.cmake
ports/mmloader/portfile.cmake
ports/mnn/portfile.cmake
ports/muparser/portfile.cmake
ports/nanogui/portfile.cmake
ports/nnpack/portfile.cmake
ports/nvtt/portfile.cmake
ports/openal-soft/portfile.cmake
ports/opencc/portfile.cmake
ports/opentracing/portfile.cmake
ports/pixel/portfile.cmake
ports/plibsys/portfile.cmake
ports/polyhook2/portfile.cmake
ports/portaudio/portfile.cmake
ports/presentmon/portfile.cmake
ports/proxygen/portfile.cmake
ports/qwtw/portfile.cmake
ports/rhash/portfile.cmake
ports/rtlsdr/portfile.cmake
ports/rtmidi/portfile.cmake
ports/slikenet/portfile.cmake
ports/sockpp/portfile.cmake
ports/soem/portfile.cmake
ports/soil/portfile.cmake
ports/sqlcipher/portfile.cmake
ports/superlu/portfile.cmake
ports/tbb/portfile.cmake
ports/tfhe/portfile.cmake
ports/tinkerforge/portfile.cmake
ports/triangle/portfile.cmake
ports/ttauri/portfile.cmake
ports/usd/portfile.cmake
ports/v-hacd/portfile.cmake
ports/vc/portfile.cmake
ports/vectorclass/portfile.cmake
ports/wavpack/portfile.cmake
ports/wpilib/portfile.cmake
ports/yasm-tool/portfile.cmake
ports/z3/portfile.cmake
You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/3fd/vcpkg.json
ports/7zip/vcpkg.json
ports/akali/vcpkg.json
ports/alembic/vcpkg.json
ports/ampl-asl/vcpkg.json
ports/ampl-mp/vcpkg.json
ports/amqpcpp/vcpkg.json
ports/antlr4/vcpkg.json
ports/apsi/vcpkg.json
ports/arcus/vcpkg.json
ports/ashes/vcpkg.json
ports/asiosdk/vcpkg.json
ports/asmjit/vcpkg.json
ports/avisynthplus/vcpkg.json
ports/avro-c/vcpkg.json
ports/aws-lambda-cpp/vcpkg.json
ports/azure-c-shared-utility/vcpkg.json
ports/azure-storage-cpp/vcpkg.json
ports/behaviortree-cpp/vcpkg.json
ports/benchmark/vcpkg.json
ports/berkeleydb/vcpkg.json
ports/blitz/vcpkg.json
ports/boinc/vcpkg.json
ports/boringssl/vcpkg.json
ports/box2d/vcpkg.json
ports/brpc/vcpkg.json
ports/buck-yeh-bux-mariadb-client/vcpkg.json
ports/c-ares/vcpkg.json
ports/calceph/vcpkg.json
ports/camport3/vcpkg.json
ports/chromium-base/vcpkg.json
ports/civetweb/vcpkg.json
ports/clamav/vcpkg.json
ports/clblast/vcpkg.json
ports/clrng/vcpkg.json
ports/coin/vcpkg.json
ports/commsdsl/vcpkg.json
ports/coroutine/vcpkg.json
ports/cpp-ipc/vcpkg.json
ports/cpp-netlib/vcpkg.json
ports/cppad/vcpkg.json
ports/cppcms/vcpkg.json
ports/cppcoro/vcpkg.json
ports/cppunit/vcpkg.json
ports/crashpad/vcpkg.json
ports/crfsuite/vcpkg.json
ports/dav1d/vcpkg.json
ports/dbghelp/vcpkg.json
ports/directx-headers/vcpkg.json
ports/directxsdk/vcpkg.json
ports/discord-game-sdk/vcpkg.json
ports/dmlc/vcpkg.json
ports/dxsdk-d3dx/vcpkg.json
ports/easyhook/vcpkg.json
ports/ecsutil/vcpkg.json
ports/efsw/vcpkg.json
ports/exiv2/vcpkg.json
ports/fbgemm/vcpkg.json
ports/fbthrift/vcpkg.json
ports/field3d/vcpkg.json
ports/flint/vcpkg.json
ports/freetds/vcpkg.json
ports/g3log/vcpkg.json
ports/geogram/vcpkg.json
ports/glib/vcpkg.json
ports/gperf/vcpkg.json
ports/gperftools/vcpkg.json
ports/gsoap/vcpkg.json
ports/gtkmm/vcpkg.json
ports/h3/vcpkg.json
ports/hdf5/vcpkg.json
ports/hexl/vcpkg.json
ports/icu/vcpkg.json
ports/idevicerestore/vcpkg.json
ports/ignition-msgs5/vcpkg.json
ports/ignition-msgs6/vcpkg.json
ports/infoware/vcpkg.json
ports/jack2/vcpkg.json
ports/jaeger-client-cpp/vcpkg.json
ports/keystone/vcpkg.json
ports/kinectsdk1/vcpkg.json
ports/krabsetw/vcpkg.json
ports/ktx/vcpkg.json
ports/kubernetes/vcpkg.json
ports/kwsys/vcpkg.json
ports/libarchive/vcpkg.json
ports/libassuan/vcpkg.json
ports/libb2/vcpkg.json
ports/libcanberra/vcpkg.json
ports/libcrafter/vcpkg.json
ports/libevent/vcpkg.json
ports/libexif/vcpkg.json
ports/libgo/vcpkg.json
ports/libgwenhywfar/vcpkg.json
ports/libhsplasma/vcpkg.json
ports/libhv/vcpkg.json
ports/libigl/vcpkg.json
ports/liblinear/vcpkg.json
ports/libmodbus/vcpkg.json
ports/libmpeg2/vcpkg.json
ports/libmupdf/vcpkg.json
ports/libosip2/vcpkg.json
ports/libp7client/vcpkg.json
ports/libqcow/vcpkg.json
ports/libressl/vcpkg.json
ports/librsync/vcpkg.json
ports/libsass/vcpkg.json
ports/libsbml/vcpkg.json
ports/libsmb2/vcpkg.json
ports/libsnoretoast/vcpkg.json
ports/libsoundio/vcpkg.json
ports/libspnav/vcpkg.json
ports/libsrt/vcpkg.json
ports/libssh/vcpkg.json
ports/libtorrent/vcpkg.json
ports/libunistring/vcpkg.json
ports/liburing/vcpkg.json
ports/libusb-win32/vcpkg.json
ports/libusbmuxd/vcpkg.json
ports/libuuid/vcpkg.json
ports/libvmdk/vcpkg.json
ports/libwebsockets/vcpkg.json
ports/libxdiff/vcpkg.json
ports/licensepp/vcpkg.json
ports/log4cpp/vcpkg.json
ports/luajit/vcpkg.json
ports/mbedtls/vcpkg.json
ports/mimalloc/vcpkg.json
ports/minizip/vcpkg.json
ports/mmloader/vcpkg.json
ports/mongoose/vcpkg.json
ports/monkeys-audio/vcpkg.json
ports/mpir/vcpkg.json
ports/ms-gltf/vcpkg.json
ports/munit/vcpkg.json
ports/muparser/vcpkg.json
ports/mvfst/vcpkg.json
ports/nanogui/vcpkg.json
ports/networkdirect-sdk/vcpkg.json
ports/ngspice/vcpkg.json
ports/nmslib/vcpkg.json
ports/nnpack/vcpkg.json
ports/nvtt/vcpkg.json
ports/ocilib/vcpkg.json
ports/onednn/vcpkg.json
ports/onnxruntime-gpu/vcpkg.json
ports/openal-soft/vcpkg.json
ports/opencc/vcpkg.json
ports/opencolorio/vcpkg.json
ports/openmpi/vcpkg.json
ports/opensubdiv/vcpkg.json
ports/opentracing/vcpkg.json
ports/openvr/vcpkg.json
ports/pixel/vcpkg.json
ports/plibsys/vcpkg.json
ports/pmdk/vcpkg.json
ports/polyhook2/vcpkg.json
ports/portaudio/vcpkg.json
ports/presentmon/vcpkg.json
ports/proxygen/vcpkg.json
ports/ptex/vcpkg.json
ports/qnnpack/vcpkg.json
ports/quill/vcpkg.json
ports/qwtw/vcpkg.json
ports/raylib/vcpkg.json
ports/replxx/vcpkg.json
ports/reproc/vcpkg.json
ports/rhash/vcpkg.json
ports/rsasynccpp/vcpkg.json
ports/rsm-binary-io/vcpkg.json
ports/rsm-mmio/vcpkg.json
ports/rtlsdr/vcpkg.json
ports/rtmidi/vcpkg.json
ports/rxspencer/vcpkg.json
ports/ryu/vcpkg.json
ports/s2geometry/vcpkg.json
ports/sbp/vcpkg.json
ports/scintilla/vcpkg.json
ports/sdformat6/vcpkg.json
ports/simage/vcpkg.json
ports/skia/vcpkg.json
ports/slikenet/vcpkg.json
ports/sockpp/vcpkg.json
ports/soem/vcpkg.json
ports/soil/vcpkg.json
ports/soundtouch/vcpkg.json
ports/sqlcipher/vcpkg.json
ports/starlink-ast/vcpkg.json
ports/superlu/vcpkg.json
ports/tbb/vcpkg.json
ports/teemo/vcpkg.json
ports/tensorflow-cc/vcpkg.json
ports/tensorflow/vcpkg.json
ports/tensorpipe/vcpkg.json
ports/tfhe/vcpkg.json
ports/tinkerforge/vcpkg.json
ports/tinyfiledialogs/vcpkg.json
ports/triangle/vcpkg.json
ports/usd/vcpkg.json
ports/uthenticode/vcpkg.json
ports/v-hacd/vcpkg.json
ports/vc/vcpkg.json
ports/vcpkg-gfortran/vcpkg.json
ports/vectorclass/vcpkg.json
ports/wavpack/vcpkg.json
ports/winreg/vcpkg.json
ports/wpilib/vcpkg.json
ports/x-plane/vcpkg.json
ports/x264/vcpkg.json
ports/xaudio2redist/vcpkg.json
ports/xbyak/vcpkg.json
ports/yasm-tool/vcpkg.json
ports/z3/vcpkg.json
ports/zeromq/vcpkg.json
Valid values for the license field are listed at https://spdx.org/licenses/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have modified or added at least one portfile where deprecated functions are used.
If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake
-> vcpkg_cmake_install
(from port vcpkg-cmake
)
vcpkg_build_cmake
-> vcpkg_cmake_build
(from port vcpkg-cmake
)
vcpkg_configure_cmake
-> vcpkg_cmake_configure
(Please remove the option PREFER_NINJA
) (from port vcpkg-cmake
)
vcpkg_fixup_cmake_targets
-> vcpkg_cmake_config_fixup
(from port vcpkg-cmake-config
)
In the ports that use the new function, you have to add the corresponding dependencies:
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
The following files are affected:
ports/7zip/portfile.cmake
ports/akali/portfile.cmake
ports/ampl-asl/portfile.cmake
ports/ampl-mp/portfile.cmake
ports/ashes/portfile.cmake
ports/avisynthplus/portfile.cmake
ports/azure-c-shared-utility/portfile.cmake
ports/azure-storage-cpp/portfile.cmake
ports/behaviortree-cpp/portfile.cmake
ports/berkeleydb/portfile.cmake
ports/boringssl/portfile.cmake
ports/box2d/portfile.cmake
ports/brpc/portfile.cmake
ports/civetweb/portfile.cmake
ports/clamav/portfile.cmake
ports/coin/portfile.cmake
ports/commsdsl/portfile.cmake
ports/coroutine/portfile.cmake
ports/cpp-netlib/portfile.cmake
ports/cppcms/portfile.cmake
ports/cppcoro/portfile.cmake
ports/crfsuite/portfile.cmake
ports/directx-headers/portfile.cmake
ports/discord-game-sdk/portfile.cmake
ports/dmlc/portfile.cmake
ports/dxut/portfile.cmake
ports/effects11/portfile.cmake
ports/efsw/portfile.cmake
ports/fbthrift/portfile.cmake
ports/field3d/portfile.cmake
ports/freetds/portfile.cmake
ports/g3log/portfile.cmake
ports/gamedev-framework/portfile.cmake
ports/geogram/portfile.cmake
ports/gperf/portfile.cmake
ports/ktx/portfile.cmake
ports/libexif/portfile.cmake
ports/libmodbus/portfile.cmake
ports/libmpeg2/portfile.cmake
ports/libp7client/portfile.cmake
ports/libqcow/portfile.cmake
ports/libsmb2/portfile.cmake
ports/libsoundio/portfile.cmake
ports/libtorrent/portfile.cmake
ports/libusb-win32/portfile.cmake
ports/libusbmuxd/portfile.cmake
ports/libuuid/portfile.cmake
ports/libvmdk/portfile.cmake
ports/libxdiff/portfile.cmake
ports/licensepp/portfile.cmake
ports/lilv/portfile.cmake
ports/log4cpp/portfile.cmake
ports/marl/portfile.cmake
ports/mbedtls/portfile.cmake
ports/minizip/portfile.cmake
ports/mmloader/portfile.cmake
ports/mnn/portfile.cmake
ports/muparser/portfile.cmake
ports/nanogui/portfile.cmake
ports/nnpack/portfile.cmake
ports/nvtt/portfile.cmake
ports/openal-soft/portfile.cmake
ports/opencc/portfile.cmake
ports/opentracing/portfile.cmake
ports/pixel/portfile.cmake
ports/plibsys/portfile.cmake
ports/polyhook2/portfile.cmake
ports/portaudio/portfile.cmake
ports/presentmon/portfile.cmake
ports/proxygen/portfile.cmake
ports/qwtw/portfile.cmake
ports/rhash/portfile.cmake
ports/rtlsdr/portfile.cmake
ports/rtmidi/portfile.cmake
ports/slikenet/portfile.cmake
ports/sockpp/portfile.cmake
ports/soem/portfile.cmake
ports/soil/portfile.cmake
ports/sqlcipher/portfile.cmake
ports/superlu/portfile.cmake
ports/tbb/portfile.cmake
ports/tfhe/portfile.cmake
ports/tinkerforge/portfile.cmake
ports/triangle/portfile.cmake
ports/ttauri/portfile.cmake
ports/usd/portfile.cmake
ports/v-hacd/portfile.cmake
ports/vc/portfile.cmake
ports/vectorclass/portfile.cmake
ports/wavpack/portfile.cmake
ports/wpilib/portfile.cmake
ports/yasm-tool/portfile.cmake
ports/z3/portfile.cmake
You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/3fd/vcpkg.json
ports/7zip/vcpkg.json
ports/akali/vcpkg.json
ports/alembic/vcpkg.json
ports/ampl-asl/vcpkg.json
ports/ampl-mp/vcpkg.json
ports/amqpcpp/vcpkg.json
ports/antlr4/vcpkg.json
ports/apsi/vcpkg.json
ports/arcus/vcpkg.json
ports/ashes/vcpkg.json
ports/asiosdk/vcpkg.json
ports/asmjit/vcpkg.json
ports/avisynthplus/vcpkg.json
ports/avro-c/vcpkg.json
ports/aws-lambda-cpp/vcpkg.json
ports/azure-c-shared-utility/vcpkg.json
ports/azure-storage-cpp/vcpkg.json
ports/behaviortree-cpp/vcpkg.json
ports/berkeleydb/vcpkg.json
ports/blitz/vcpkg.json
ports/boinc/vcpkg.json
ports/boringssl/vcpkg.json
ports/box2d/vcpkg.json
ports/brpc/vcpkg.json
ports/buck-yeh-bux-mariadb-client/vcpkg.json
ports/c-ares/vcpkg.json
ports/calceph/vcpkg.json
ports/camport3/vcpkg.json
ports/chromium-base/vcpkg.json
ports/civetweb/vcpkg.json
ports/clamav/vcpkg.json
ports/clblast/vcpkg.json
ports/clrng/vcpkg.json
ports/coin/vcpkg.json
ports/commsdsl/vcpkg.json
ports/coroutine/vcpkg.json
ports/cpp-ipc/vcpkg.json
ports/cpp-netlib/vcpkg.json
ports/cppad/vcpkg.json
ports/cppcms/vcpkg.json
ports/cppcoro/vcpkg.json
ports/cppunit/vcpkg.json
ports/crashpad/vcpkg.json
ports/crfsuite/vcpkg.json
ports/dav1d/vcpkg.json
ports/dbghelp/vcpkg.json
ports/directx-headers/vcpkg.json
ports/directxsdk/vcpkg.json
ports/discord-game-sdk/vcpkg.json
ports/dmlc/vcpkg.json
ports/dxsdk-d3dx/vcpkg.json
ports/easyhook/vcpkg.json
ports/ecsutil/vcpkg.json
ports/efsw/vcpkg.json
ports/exiv2/vcpkg.json
ports/fbgemm/vcpkg.json
ports/fbthrift/vcpkg.json
ports/field3d/vcpkg.json
ports/flint/vcpkg.json
ports/freetds/vcpkg.json
ports/g3log/vcpkg.json
ports/geogram/vcpkg.json
ports/glib/vcpkg.json
ports/gperf/vcpkg.json
ports/gperftools/vcpkg.json
ports/gsoap/vcpkg.json
ports/gtkmm/vcpkg.json
ports/h3/vcpkg.json
ports/hdf5/vcpkg.json
ports/hexl/vcpkg.json
ports/icu/vcpkg.json
ports/idevicerestore/vcpkg.json
ports/ignition-msgs5/vcpkg.json
ports/ignition-msgs6/vcpkg.json
ports/infoware/vcpkg.json
ports/jack2/vcpkg.json
ports/jaeger-client-cpp/vcpkg.json
ports/keystone/vcpkg.json
ports/kinectsdk1/vcpkg.json
ports/krabsetw/vcpkg.json
ports/ktx/vcpkg.json
ports/kubernetes/vcpkg.json
ports/kwsys/vcpkg.json
ports/libarchive/vcpkg.json
ports/libassuan/vcpkg.json
ports/libb2/vcpkg.json
ports/libcanberra/vcpkg.json
ports/libcrafter/vcpkg.json
ports/libevent/vcpkg.json
ports/libexif/vcpkg.json
ports/libgo/vcpkg.json
ports/libgwenhywfar/vcpkg.json
ports/libhsplasma/vcpkg.json
ports/libhv/vcpkg.json
ports/libigl/vcpkg.json
ports/liblinear/vcpkg.json
ports/libmodbus/vcpkg.json
ports/libmpeg2/vcpkg.json
ports/libmupdf/vcpkg.json
ports/libosip2/vcpkg.json
ports/libp7client/vcpkg.json
ports/libqcow/vcpkg.json
ports/libressl/vcpkg.json
ports/librsync/vcpkg.json
ports/libsass/vcpkg.json
ports/libsbml/vcpkg.json
ports/libsmb2/vcpkg.json
ports/libsnoretoast/vcpkg.json
ports/libsoundio/vcpkg.json
ports/libspnav/vcpkg.json
ports/libsrt/vcpkg.json
ports/libssh/vcpkg.json
ports/libtorrent/vcpkg.json
ports/libunistring/vcpkg.json
ports/liburing/vcpkg.json
ports/libusb-win32/vcpkg.json
ports/libusbmuxd/vcpkg.json
ports/libuuid/vcpkg.json
ports/libvmdk/vcpkg.json
ports/libwebsockets/vcpkg.json
ports/libxdiff/vcpkg.json
ports/licensepp/vcpkg.json
ports/log4cpp/vcpkg.json
ports/luajit/vcpkg.json
ports/mbedtls/vcpkg.json
ports/mimalloc/vcpkg.json
ports/minizip/vcpkg.json
ports/mmloader/vcpkg.json
ports/mongoose/vcpkg.json
ports/monkeys-audio/vcpkg.json
ports/mpir/vcpkg.json
ports/ms-gltf/vcpkg.json
ports/munit/vcpkg.json
ports/muparser/vcpkg.json
ports/mvfst/vcpkg.json
ports/nanogui/vcpkg.json
ports/networkdirect-sdk/vcpkg.json
ports/ngspice/vcpkg.json
ports/nmslib/vcpkg.json
ports/nnpack/vcpkg.json
ports/nvtt/vcpkg.json
ports/ocilib/vcpkg.json
ports/onednn/vcpkg.json
ports/onnxruntime-gpu/vcpkg.json
ports/openal-soft/vcpkg.json
ports/opencc/vcpkg.json
ports/opencolorio/vcpkg.json
ports/openmpi/vcpkg.json
ports/opensubdiv/vcpkg.json
ports/opentracing/vcpkg.json
ports/openvr/vcpkg.json
ports/pixel/vcpkg.json
ports/plibsys/vcpkg.json
ports/pmdk/vcpkg.json
ports/polyhook2/vcpkg.json
ports/portaudio/vcpkg.json
ports/presentmon/vcpkg.json
ports/proxygen/vcpkg.json
ports/ptex/vcpkg.json
ports/qnnpack/vcpkg.json
ports/quill/vcpkg.json
ports/qwtw/vcpkg.json
ports/raylib/vcpkg.json
ports/replxx/vcpkg.json
ports/reproc/vcpkg.json
ports/rhash/vcpkg.json
ports/rsasynccpp/vcpkg.json
ports/rsm-binary-io/vcpkg.json
ports/rsm-mmio/vcpkg.json
ports/rtlsdr/vcpkg.json
ports/rtmidi/vcpkg.json
ports/rxspencer/vcpkg.json
ports/ryu/vcpkg.json
ports/s2geometry/vcpkg.json
ports/sbp/vcpkg.json
ports/scintilla/vcpkg.json
ports/sdformat6/vcpkg.json
ports/simage/vcpkg.json
ports/skia/vcpkg.json
ports/slikenet/vcpkg.json
ports/sockpp/vcpkg.json
ports/soem/vcpkg.json
ports/soil/vcpkg.json
ports/soundtouch/vcpkg.json
ports/sqlcipher/vcpkg.json
ports/starlink-ast/vcpkg.json
ports/superlu/vcpkg.json
ports/tbb/vcpkg.json
ports/teemo/vcpkg.json
ports/tensorflow-cc/vcpkg.json
ports/tensorflow/vcpkg.json
ports/tensorpipe/vcpkg.json
ports/tfhe/vcpkg.json
ports/tinkerforge/vcpkg.json
ports/tinyfiledialogs/vcpkg.json
ports/triangle/vcpkg.json
ports/usd/vcpkg.json
ports/uthenticode/vcpkg.json
ports/v-hacd/vcpkg.json
ports/vc/vcpkg.json
ports/vcpkg-gfortran/vcpkg.json
ports/vectorclass/vcpkg.json
ports/wavpack/vcpkg.json
ports/winreg/vcpkg.json
ports/wpilib/vcpkg.json
ports/x-plane/vcpkg.json
ports/x264/vcpkg.json
ports/xaudio2redist/vcpkg.json
ports/xbyak/vcpkg.json
ports/yasm-tool/vcpkg.json
ports/z3/vcpkg.json
ports/zeromq/vcpkg.json
Valid values for the license field are listed at https://spdx.org/licenses/
I trust that you did this correctly; I'll merge once it's green :) |
Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install", In support of microsoft#21502
8eeb32b
to
b22d84e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 9b0c7e7b76f873b7a03c84290b141c8ebff26645 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 7759308..f5ba417 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -418,7 +418,7 @@
},
"benchmark": {
"baseline": "1.6.0",
- "port-version": 1
+ "port-version": 0
},
"bento4": {
"baseline": "1.5.1",
You have modified or added at least one portfile where deprecated functions are used.
If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake
-> vcpkg_cmake_install
(from port vcpkg-cmake
)
vcpkg_build_cmake
-> vcpkg_cmake_build
(from port vcpkg-cmake
)
vcpkg_configure_cmake
-> vcpkg_cmake_configure
(Please remove the option PREFER_NINJA
) (from port vcpkg-cmake
)
vcpkg_fixup_cmake_targets
-> vcpkg_cmake_config_fixup
(from port vcpkg-cmake-config
)
In the ports that use the new function, you have to add the corresponding dependencies:
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
The following files are affected:
ports/7zip/portfile.cmake
ports/akali/portfile.cmake
ports/ampl-asl/portfile.cmake
ports/ampl-mp/portfile.cmake
ports/ashes/portfile.cmake
ports/avisynthplus/portfile.cmake
ports/azure-c-shared-utility/portfile.cmake
ports/azure-storage-cpp/portfile.cmake
ports/behaviortree-cpp/portfile.cmake
ports/berkeleydb/portfile.cmake
ports/boringssl/portfile.cmake
ports/box2d/portfile.cmake
ports/brpc/portfile.cmake
ports/civetweb/portfile.cmake
ports/clamav/portfile.cmake
ports/coin/portfile.cmake
ports/commsdsl/portfile.cmake
ports/coroutine/portfile.cmake
ports/cpp-netlib/portfile.cmake
ports/cppcms/portfile.cmake
ports/cppcoro/portfile.cmake
ports/crfsuite/portfile.cmake
ports/directx-headers/portfile.cmake
ports/discord-game-sdk/portfile.cmake
ports/dmlc/portfile.cmake
ports/dxut/portfile.cmake
ports/effects11/portfile.cmake
ports/efsw/portfile.cmake
ports/fbthrift/portfile.cmake
ports/field3d/portfile.cmake
ports/freetds/portfile.cmake
ports/g3log/portfile.cmake
ports/gamedev-framework/portfile.cmake
ports/geogram/portfile.cmake
ports/gperf/portfile.cmake
ports/ktx/portfile.cmake
ports/libexif/portfile.cmake
ports/libmodbus/portfile.cmake
ports/libmpeg2/portfile.cmake
ports/libp7client/portfile.cmake
ports/libqcow/portfile.cmake
ports/libsmb2/portfile.cmake
ports/libsoundio/portfile.cmake
ports/libtorrent/portfile.cmake
ports/libusb-win32/portfile.cmake
ports/libusbmuxd/portfile.cmake
ports/libuuid/portfile.cmake
ports/libvmdk/portfile.cmake
ports/libxdiff/portfile.cmake
ports/licensepp/portfile.cmake
ports/lilv/portfile.cmake
ports/log4cpp/portfile.cmake
ports/marl/portfile.cmake
ports/mbedtls/portfile.cmake
ports/minizip/portfile.cmake
ports/mmloader/portfile.cmake
ports/mnn/portfile.cmake
ports/nanogui/portfile.cmake
ports/nnpack/portfile.cmake
ports/nvtt/portfile.cmake
ports/openal-soft/portfile.cmake
ports/opencc/portfile.cmake
ports/opentracing/portfile.cmake
ports/pixel/portfile.cmake
ports/plibsys/portfile.cmake
ports/polyhook2/portfile.cmake
ports/portaudio/portfile.cmake
ports/presentmon/portfile.cmake
ports/proxygen/portfile.cmake
ports/qwtw/portfile.cmake
ports/rhash/portfile.cmake
ports/rtlsdr/portfile.cmake
ports/rtmidi/portfile.cmake
ports/slikenet/portfile.cmake
ports/sockpp/portfile.cmake
ports/soem/portfile.cmake
ports/soil/portfile.cmake
ports/sqlcipher/portfile.cmake
ports/superlu/portfile.cmake
ports/tbb/portfile.cmake
ports/tfhe/portfile.cmake
ports/tinkerforge/portfile.cmake
ports/triangle/portfile.cmake
ports/ttauri/portfile.cmake
ports/usd/portfile.cmake
ports/v-hacd/portfile.cmake
ports/vc/portfile.cmake
ports/vectorclass/portfile.cmake
ports/wavpack/portfile.cmake
ports/wpilib/portfile.cmake
ports/yasm-tool/portfile.cmake
ports/z3/portfile.cmake
You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/3fd/vcpkg.json
ports/7zip/vcpkg.json
ports/akali/vcpkg.json
ports/alembic/vcpkg.json
ports/ampl-asl/vcpkg.json
ports/ampl-mp/vcpkg.json
ports/amqpcpp/vcpkg.json
ports/antlr4/vcpkg.json
ports/apsi/vcpkg.json
ports/arcus/vcpkg.json
ports/ashes/vcpkg.json
ports/asiosdk/vcpkg.json
ports/asmjit/vcpkg.json
ports/avisynthplus/vcpkg.json
ports/avro-c/vcpkg.json
ports/aws-lambda-cpp/vcpkg.json
ports/azure-c-shared-utility/vcpkg.json
ports/azure-storage-cpp/vcpkg.json
ports/behaviortree-cpp/vcpkg.json
ports/benchmark/vcpkg.json
ports/berkeleydb/vcpkg.json
ports/blitz/vcpkg.json
ports/boinc/vcpkg.json
ports/boringssl/vcpkg.json
ports/box2d/vcpkg.json
ports/brpc/vcpkg.json
ports/buck-yeh-bux-mariadb-client/vcpkg.json
ports/c-ares/vcpkg.json
ports/calceph/vcpkg.json
ports/camport3/vcpkg.json
ports/chromium-base/vcpkg.json
ports/civetweb/vcpkg.json
ports/clamav/vcpkg.json
ports/clblast/vcpkg.json
ports/clrng/vcpkg.json
ports/coin/vcpkg.json
ports/commsdsl/vcpkg.json
ports/coroutine/vcpkg.json
ports/cpp-ipc/vcpkg.json
ports/cpp-netlib/vcpkg.json
ports/cppad/vcpkg.json
ports/cppcms/vcpkg.json
ports/cppcoro/vcpkg.json
ports/cppunit/vcpkg.json
ports/crashpad/vcpkg.json
ports/crfsuite/vcpkg.json
ports/dav1d/vcpkg.json
ports/dbghelp/vcpkg.json
ports/directx-headers/vcpkg.json
ports/directxsdk/vcpkg.json
ports/discord-game-sdk/vcpkg.json
ports/dmlc/vcpkg.json
ports/dxsdk-d3dx/vcpkg.json
ports/easyhook/vcpkg.json
ports/ecsutil/vcpkg.json
ports/efsw/vcpkg.json
ports/exiv2/vcpkg.json
ports/fbgemm/vcpkg.json
ports/fbthrift/vcpkg.json
ports/field3d/vcpkg.json
ports/flint/vcpkg.json
ports/freetds/vcpkg.json
ports/g3log/vcpkg.json
ports/geogram/vcpkg.json
ports/glib/vcpkg.json
ports/gperf/vcpkg.json
ports/gperftools/vcpkg.json
ports/gsoap/vcpkg.json
ports/gtkmm/vcpkg.json
ports/h3/vcpkg.json
ports/hdf5/vcpkg.json
ports/hexl/vcpkg.json
ports/icu/vcpkg.json
ports/idevicerestore/vcpkg.json
ports/ignition-msgs5/vcpkg.json
ports/ignition-msgs6/vcpkg.json
ports/infoware/vcpkg.json
ports/jack2/vcpkg.json
ports/jaeger-client-cpp/vcpkg.json
ports/keystone/vcpkg.json
ports/kinectsdk1/vcpkg.json
ports/krabsetw/vcpkg.json
ports/ktx/vcpkg.json
ports/kubernetes/vcpkg.json
ports/kwsys/vcpkg.json
ports/libarchive/vcpkg.json
ports/libassuan/vcpkg.json
ports/libb2/vcpkg.json
ports/libcanberra/vcpkg.json
ports/libcrafter/vcpkg.json
ports/libevent/vcpkg.json
ports/libexif/vcpkg.json
ports/libgo/vcpkg.json
ports/libgwenhywfar/vcpkg.json
ports/libhsplasma/vcpkg.json
ports/libhv/vcpkg.json
ports/libigl/vcpkg.json
ports/liblinear/vcpkg.json
ports/libmodbus/vcpkg.json
ports/libmpeg2/vcpkg.json
ports/libmupdf/vcpkg.json
ports/libosip2/vcpkg.json
ports/libp7client/vcpkg.json
ports/libqcow/vcpkg.json
ports/libressl/vcpkg.json
ports/librsync/vcpkg.json
ports/libsass/vcpkg.json
ports/libsbml/vcpkg.json
ports/libsmb2/vcpkg.json
ports/libsnoretoast/vcpkg.json
ports/libsoundio/vcpkg.json
ports/libspnav/vcpkg.json
ports/libsrt/vcpkg.json
ports/libssh/vcpkg.json
ports/libtorrent/vcpkg.json
ports/libunistring/vcpkg.json
ports/liburing/vcpkg.json
ports/libusb-win32/vcpkg.json
ports/libusbmuxd/vcpkg.json
ports/libuuid/vcpkg.json
ports/libvmdk/vcpkg.json
ports/libwebsockets/vcpkg.json
ports/libxdiff/vcpkg.json
ports/licensepp/vcpkg.json
ports/log4cpp/vcpkg.json
ports/luajit/vcpkg.json
ports/mbedtls/vcpkg.json
ports/mimalloc/vcpkg.json
ports/minizip/vcpkg.json
ports/mmloader/vcpkg.json
ports/mongoose/vcpkg.json
ports/monkeys-audio/vcpkg.json
ports/mpir/vcpkg.json
ports/ms-gltf/vcpkg.json
ports/munit/vcpkg.json
ports/mvfst/vcpkg.json
ports/nanogui/vcpkg.json
ports/networkdirect-sdk/vcpkg.json
ports/ngspice/vcpkg.json
ports/nmslib/vcpkg.json
ports/nnpack/vcpkg.json
ports/nvtt/vcpkg.json
ports/ocilib/vcpkg.json
ports/onednn/vcpkg.json
ports/onnxruntime-gpu/vcpkg.json
ports/openal-soft/vcpkg.json
ports/opencc/vcpkg.json
ports/opencolorio/vcpkg.json
ports/openmpi/vcpkg.json
ports/opensubdiv/vcpkg.json
ports/opentracing/vcpkg.json
ports/openvr/vcpkg.json
ports/pixel/vcpkg.json
ports/plibsys/vcpkg.json
ports/pmdk/vcpkg.json
ports/polyhook2/vcpkg.json
ports/portaudio/vcpkg.json
ports/presentmon/vcpkg.json
ports/proxygen/vcpkg.json
ports/ptex/vcpkg.json
ports/qnnpack/vcpkg.json
ports/quill/vcpkg.json
ports/qwtw/vcpkg.json
ports/raylib/vcpkg.json
ports/replxx/vcpkg.json
ports/reproc/vcpkg.json
ports/rhash/vcpkg.json
ports/rsasynccpp/vcpkg.json
ports/rsm-binary-io/vcpkg.json
ports/rsm-mmio/vcpkg.json
ports/rtlsdr/vcpkg.json
ports/rtmidi/vcpkg.json
ports/rxspencer/vcpkg.json
ports/ryu/vcpkg.json
ports/s2geometry/vcpkg.json
ports/sbp/vcpkg.json
ports/scintilla/vcpkg.json
ports/sdformat6/vcpkg.json
ports/simage/vcpkg.json
ports/skia/vcpkg.json
ports/slikenet/vcpkg.json
ports/sockpp/vcpkg.json
ports/soem/vcpkg.json
ports/soil/vcpkg.json
ports/soundtouch/vcpkg.json
ports/sqlcipher/vcpkg.json
ports/starlink-ast/vcpkg.json
ports/superlu/vcpkg.json
ports/tbb/vcpkg.json
ports/teemo/vcpkg.json
ports/tensorflow-cc/vcpkg.json
ports/tensorflow/vcpkg.json
ports/tensorpipe/vcpkg.json
ports/tfhe/vcpkg.json
ports/tinkerforge/vcpkg.json
ports/tinyfiledialogs/vcpkg.json
ports/triangle/vcpkg.json
ports/usd/vcpkg.json
ports/uthenticode/vcpkg.json
ports/v-hacd/vcpkg.json
ports/vc/vcpkg.json
ports/vcpkg-gfortran/vcpkg.json
ports/vectorclass/vcpkg.json
ports/wavpack/vcpkg.json
ports/winreg/vcpkg.json
ports/wpilib/vcpkg.json
ports/x-plane/vcpkg.json
ports/x264/vcpkg.json
ports/xaudio2redist/vcpkg.json
ports/xbyak/vcpkg.json
ports/yasm-tool/vcpkg.json
ports/z3/vcpkg.json
ports/zeromq/vcpkg.json
Valid values for the license field are listed at https://spdx.org/licenses/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have modified or added at least one portfile where deprecated functions are used.
If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake
-> vcpkg_cmake_install
(from port vcpkg-cmake
)
vcpkg_build_cmake
-> vcpkg_cmake_build
(from port vcpkg-cmake
)
vcpkg_configure_cmake
-> vcpkg_cmake_configure
(Please remove the option PREFER_NINJA
) (from port vcpkg-cmake
)
vcpkg_fixup_cmake_targets
-> vcpkg_cmake_config_fixup
(from port vcpkg-cmake-config
)
In the ports that use the new function, you have to add the corresponding dependencies:
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
The following files are affected:
ports/7zip/portfile.cmake
ports/akali/portfile.cmake
ports/ampl-asl/portfile.cmake
ports/ampl-mp/portfile.cmake
ports/ashes/portfile.cmake
ports/avisynthplus/portfile.cmake
ports/azure-c-shared-utility/portfile.cmake
ports/azure-storage-cpp/portfile.cmake
ports/behaviortree-cpp/portfile.cmake
ports/berkeleydb/portfile.cmake
ports/boringssl/portfile.cmake
ports/box2d/portfile.cmake
ports/brpc/portfile.cmake
ports/civetweb/portfile.cmake
ports/clamav/portfile.cmake
ports/coin/portfile.cmake
ports/commsdsl/portfile.cmake
ports/coroutine/portfile.cmake
ports/cpp-netlib/portfile.cmake
ports/cppcms/portfile.cmake
ports/cppcoro/portfile.cmake
ports/crfsuite/portfile.cmake
ports/directx-headers/portfile.cmake
ports/discord-game-sdk/portfile.cmake
ports/dmlc/portfile.cmake
ports/dxut/portfile.cmake
ports/effects11/portfile.cmake
ports/efsw/portfile.cmake
ports/fbthrift/portfile.cmake
ports/field3d/portfile.cmake
ports/freetds/portfile.cmake
ports/g3log/portfile.cmake
ports/gamedev-framework/portfile.cmake
ports/geogram/portfile.cmake
ports/gperf/portfile.cmake
ports/ktx/portfile.cmake
ports/libexif/portfile.cmake
ports/libmodbus/portfile.cmake
ports/libmpeg2/portfile.cmake
ports/libp7client/portfile.cmake
ports/libqcow/portfile.cmake
ports/libsmb2/portfile.cmake
ports/libsoundio/portfile.cmake
ports/libtorrent/portfile.cmake
ports/libusb-win32/portfile.cmake
ports/libusbmuxd/portfile.cmake
ports/libuuid/portfile.cmake
ports/libvmdk/portfile.cmake
ports/libxdiff/portfile.cmake
ports/licensepp/portfile.cmake
ports/lilv/portfile.cmake
ports/log4cpp/portfile.cmake
ports/marl/portfile.cmake
ports/mbedtls/portfile.cmake
ports/minizip/portfile.cmake
ports/mmloader/portfile.cmake
ports/mnn/portfile.cmake
ports/nanogui/portfile.cmake
ports/nnpack/portfile.cmake
ports/nvtt/portfile.cmake
ports/openal-soft/portfile.cmake
ports/opencc/portfile.cmake
ports/opentracing/portfile.cmake
ports/pixel/portfile.cmake
ports/plibsys/portfile.cmake
ports/polyhook2/portfile.cmake
ports/portaudio/portfile.cmake
ports/presentmon/portfile.cmake
ports/proxygen/portfile.cmake
ports/qwtw/portfile.cmake
ports/rhash/portfile.cmake
ports/rtlsdr/portfile.cmake
ports/rtmidi/portfile.cmake
ports/slikenet/portfile.cmake
ports/sockpp/portfile.cmake
ports/soem/portfile.cmake
ports/soil/portfile.cmake
ports/sqlcipher/portfile.cmake
ports/superlu/portfile.cmake
ports/tbb/portfile.cmake
ports/tfhe/portfile.cmake
ports/tinkerforge/portfile.cmake
ports/triangle/portfile.cmake
ports/ttauri/portfile.cmake
ports/usd/portfile.cmake
ports/v-hacd/portfile.cmake
ports/vc/portfile.cmake
ports/vectorclass/portfile.cmake
ports/wavpack/portfile.cmake
ports/wpilib/portfile.cmake
ports/yasm-tool/portfile.cmake
ports/z3/portfile.cmake
You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/3fd/vcpkg.json
ports/7zip/vcpkg.json
ports/akali/vcpkg.json
ports/alembic/vcpkg.json
ports/ampl-asl/vcpkg.json
ports/ampl-mp/vcpkg.json
ports/amqpcpp/vcpkg.json
ports/antlr4/vcpkg.json
ports/apsi/vcpkg.json
ports/arcus/vcpkg.json
ports/ashes/vcpkg.json
ports/asiosdk/vcpkg.json
ports/asmjit/vcpkg.json
ports/avisynthplus/vcpkg.json
ports/avro-c/vcpkg.json
ports/aws-lambda-cpp/vcpkg.json
ports/azure-c-shared-utility/vcpkg.json
ports/azure-storage-cpp/vcpkg.json
ports/behaviortree-cpp/vcpkg.json
ports/benchmark/vcpkg.json
ports/berkeleydb/vcpkg.json
ports/blitz/vcpkg.json
ports/boinc/vcpkg.json
ports/boringssl/vcpkg.json
ports/box2d/vcpkg.json
ports/brpc/vcpkg.json
ports/buck-yeh-bux-mariadb-client/vcpkg.json
ports/c-ares/vcpkg.json
ports/calceph/vcpkg.json
ports/camport3/vcpkg.json
ports/chromium-base/vcpkg.json
ports/civetweb/vcpkg.json
ports/clamav/vcpkg.json
ports/clblast/vcpkg.json
ports/clrng/vcpkg.json
ports/coin/vcpkg.json
ports/commsdsl/vcpkg.json
ports/coroutine/vcpkg.json
ports/cpp-ipc/vcpkg.json
ports/cpp-netlib/vcpkg.json
ports/cppad/vcpkg.json
ports/cppcms/vcpkg.json
ports/cppcoro/vcpkg.json
ports/cppunit/vcpkg.json
ports/crashpad/vcpkg.json
ports/crfsuite/vcpkg.json
ports/dav1d/vcpkg.json
ports/dbghelp/vcpkg.json
ports/directx-headers/vcpkg.json
ports/directxsdk/vcpkg.json
ports/discord-game-sdk/vcpkg.json
ports/dmlc/vcpkg.json
ports/dxsdk-d3dx/vcpkg.json
ports/easyhook/vcpkg.json
ports/ecsutil/vcpkg.json
ports/efsw/vcpkg.json
ports/exiv2/vcpkg.json
ports/fbgemm/vcpkg.json
ports/fbthrift/vcpkg.json
ports/field3d/vcpkg.json
ports/flint/vcpkg.json
ports/freetds/vcpkg.json
ports/g3log/vcpkg.json
ports/geogram/vcpkg.json
ports/glib/vcpkg.json
ports/gperf/vcpkg.json
ports/gperftools/vcpkg.json
ports/gsoap/vcpkg.json
ports/gtkmm/vcpkg.json
ports/h3/vcpkg.json
ports/hdf5/vcpkg.json
ports/hexl/vcpkg.json
ports/icu/vcpkg.json
ports/idevicerestore/vcpkg.json
ports/ignition-msgs5/vcpkg.json
ports/ignition-msgs6/vcpkg.json
ports/infoware/vcpkg.json
ports/jack2/vcpkg.json
ports/jaeger-client-cpp/vcpkg.json
ports/keystone/vcpkg.json
ports/kinectsdk1/vcpkg.json
ports/krabsetw/vcpkg.json
ports/ktx/vcpkg.json
ports/kubernetes/vcpkg.json
ports/kwsys/vcpkg.json
ports/libarchive/vcpkg.json
ports/libassuan/vcpkg.json
ports/libb2/vcpkg.json
ports/libcanberra/vcpkg.json
ports/libcrafter/vcpkg.json
ports/libevent/vcpkg.json
ports/libexif/vcpkg.json
ports/libgo/vcpkg.json
ports/libgwenhywfar/vcpkg.json
ports/libhsplasma/vcpkg.json
ports/libhv/vcpkg.json
ports/libigl/vcpkg.json
ports/liblinear/vcpkg.json
ports/libmodbus/vcpkg.json
ports/libmpeg2/vcpkg.json
ports/libmupdf/vcpkg.json
ports/libosip2/vcpkg.json
ports/libp7client/vcpkg.json
ports/libqcow/vcpkg.json
ports/libressl/vcpkg.json
ports/librsync/vcpkg.json
ports/libsass/vcpkg.json
ports/libsbml/vcpkg.json
ports/libsmb2/vcpkg.json
ports/libsnoretoast/vcpkg.json
ports/libsoundio/vcpkg.json
ports/libspnav/vcpkg.json
ports/libsrt/vcpkg.json
ports/libssh/vcpkg.json
ports/libtorrent/vcpkg.json
ports/libunistring/vcpkg.json
ports/liburing/vcpkg.json
ports/libusb-win32/vcpkg.json
ports/libusbmuxd/vcpkg.json
ports/libuuid/vcpkg.json
ports/libvmdk/vcpkg.json
ports/libwebsockets/vcpkg.json
ports/libxdiff/vcpkg.json
ports/licensepp/vcpkg.json
ports/log4cpp/vcpkg.json
ports/luajit/vcpkg.json
ports/mbedtls/vcpkg.json
ports/mimalloc/vcpkg.json
ports/minizip/vcpkg.json
ports/mmloader/vcpkg.json
ports/mongoose/vcpkg.json
ports/monkeys-audio/vcpkg.json
ports/mpir/vcpkg.json
ports/ms-gltf/vcpkg.json
ports/munit/vcpkg.json
ports/mvfst/vcpkg.json
ports/nanogui/vcpkg.json
ports/networkdirect-sdk/vcpkg.json
ports/ngspice/vcpkg.json
ports/nmslib/vcpkg.json
ports/nnpack/vcpkg.json
ports/nvtt/vcpkg.json
ports/ocilib/vcpkg.json
ports/onednn/vcpkg.json
ports/onnxruntime-gpu/vcpkg.json
ports/openal-soft/vcpkg.json
ports/opencc/vcpkg.json
ports/opencolorio/vcpkg.json
ports/openmpi/vcpkg.json
ports/opensubdiv/vcpkg.json
ports/opentracing/vcpkg.json
ports/openvr/vcpkg.json
ports/pixel/vcpkg.json
ports/plibsys/vcpkg.json
ports/pmdk/vcpkg.json
ports/polyhook2/vcpkg.json
ports/portaudio/vcpkg.json
ports/presentmon/vcpkg.json
ports/proxygen/vcpkg.json
ports/ptex/vcpkg.json
ports/qnnpack/vcpkg.json
ports/quill/vcpkg.json
ports/qwtw/vcpkg.json
ports/raylib/vcpkg.json
ports/replxx/vcpkg.json
ports/reproc/vcpkg.json
ports/rhash/vcpkg.json
ports/rsasynccpp/vcpkg.json
ports/rsm-binary-io/vcpkg.json
ports/rsm-mmio/vcpkg.json
ports/rtlsdr/vcpkg.json
ports/rtmidi/vcpkg.json
ports/rxspencer/vcpkg.json
ports/ryu/vcpkg.json
ports/s2geometry/vcpkg.json
ports/sbp/vcpkg.json
ports/scintilla/vcpkg.json
ports/sdformat6/vcpkg.json
ports/simage/vcpkg.json
ports/skia/vcpkg.json
ports/slikenet/vcpkg.json
ports/sockpp/vcpkg.json
ports/soem/vcpkg.json
ports/soil/vcpkg.json
ports/soundtouch/vcpkg.json
ports/sqlcipher/vcpkg.json
ports/starlink-ast/vcpkg.json
ports/superlu/vcpkg.json
ports/tbb/vcpkg.json
ports/teemo/vcpkg.json
ports/tensorflow-cc/vcpkg.json
ports/tensorflow/vcpkg.json
ports/tensorpipe/vcpkg.json
ports/tfhe/vcpkg.json
ports/tinkerforge/vcpkg.json
ports/tinyfiledialogs/vcpkg.json
ports/triangle/vcpkg.json
ports/usd/vcpkg.json
ports/uthenticode/vcpkg.json
ports/v-hacd/vcpkg.json
ports/vc/vcpkg.json
ports/vcpkg-gfortran/vcpkg.json
ports/vectorclass/vcpkg.json
ports/wavpack/vcpkg.json
ports/winreg/vcpkg.json
ports/wpilib/vcpkg.json
ports/x-plane/vcpkg.json
ports/x264/vcpkg.json
ports/xaudio2redist/vcpkg.json
ports/xbyak/vcpkg.json
ports/yasm-tool/vcpkg.json
ports/z3/vcpkg.json
ports/zeromq/vcpkg.json
Valid values for the license field are listed at https://spdx.org/licenses/
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
(chromium-base has to be built twice on the same machine in order to succeed, it should probably be marked =skip in ci.baseline.txt) |
Bulk remove vcpkg_fail_port_install calls.
Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install",
In support of #21502