diff options
| author | Stephen Webb <swebb2066@gmail.com> | 2020-05-07 06:20:49 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-06 13:20:49 -0700 |
| commit | 9614c6a9624020b86168a58b1517b5ff24843903 (patch) | |
| tree | a78737358a169a0b01961a16ad82cd2b4a6820be /scripts | |
| parent | 411929e664f7736b4b52113cd48b7560a4e4842b (diff) | |
| download | vcpkg-9614c6a9624020b86168a58b1517b5ff24843903.tar.gz vcpkg-9614c6a9624020b86168a58b1517b5ff24843903.zip | |
[apr apr-util] Apr and apr-util for non windows systems (#8579)
* Allow the apr port to be used on non-windows systems
* Allow the apr-util port to be used on non-windows systems
* Allow the apr-util port to be used on non-windows systems
* Allow the apr-util port to be used on non-windows systems
* [log4cxx] add new port
* Add aarch64 cross compilation support
* Allow apr and apr-util ports to used with a cross compiling tool chain
* @PhoebeHui requested changes
* Remove files that leaked from 'add-log4cxx-port' branch
* @PhoebeHui requested changes
* Move apr-util-unix and apr-util-windows portfile.cmake content back into apr-util/portfile.cmake
* Use the same released archive for unix and windows
* Use the same released archive for unix and windows (1.6.1)
* Update APR version to the latest
* Prevent unrelated CI failures
* Prevent CI failure for arm64 on x86 CI machine
* Prevent CI failure for arm64 on x86 CI machine
* Use vcpkg_configure_make and vcpkg_install_make instead of vcpkg_execute_required_process
* Remove shared libraries if a static build
* Revert "Remove shared libraries if a static build"
This reverts commit 540e158e1fbfe53b889bef8b928bc8feb62775c2.
* Prevent CI failures due to static build installing apr-1-config into bin
* @PhoebeHui requested changes
Co-authored-by: Stephen Webb <stephen.webb@sabreautonomous.com.au>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ci.baseline.txt | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index b473ec050..de3112d21 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -53,6 +53,8 @@ ace:x64-windows-static=fail ace:x64-windows=fail
ace:x86-windows=fail
activemq-cpp:x64-windows-static=fail
+activemq-cpp:x64-linux=fail
+activemq-cpp:x64-osx=fail
akali:x64-uwp=fail
akali:arm-uwp=fail
akali:arm64-windows=fail
@@ -60,6 +62,8 @@ alac:arm-uwp=fail alac:x64-uwp=fail
alembic:x64-osx=fail
alembic:x64-windows-static=fail
+aliyun-oss-c-sdk:x64-linux=fail
+aliyun-oss-c-sdk:x64-osx=fail
ampl-mp:arm64-windows=fail
ampl-mp:arm-uwp=fail
ampl-mp:x64-uwp=fail
@@ -71,11 +75,13 @@ antlr4:x64-uwp=fail anyrpc:arm-uwp=ignore
anyrpc:x86-windows=ignore
anyrpc:x64-windows-static=ignore
-apr:arm64-windows=fail
apr:arm-uwp=fail
+apr:x64-uwp=fail
+# Static builds fail beacuase apr-1-config is installed in bin
apr:x64-linux=fail
apr:x64-osx=fail
-apr:x64-uwp=fail
+# Cross compiling CI machine cannot run gen_test_char to generate apr_escape_test_char.h
+apr:arm64-windows=fail
argtable2:arm-uwp=fail
argtable2:x64-uwp=fail
arrow:arm64-windows=fail
@@ -1263,6 +1269,8 @@ opengl:arm-uwp=fail openimageio:x64-linux=ignore
openmama:x64-windows=ignore
openmama:x86-windows=ignore
+openmama:x64-linux=fail
+openmama:x64-osx=fail
openmesh:arm64-windows=fail
openmesh:arm-uwp=fail
openmesh:x64-uwp=fail
|
