Skip to content

Commit

Permalink
[scripts/ci.baseline.txt] Fix incorrect entries
Browse files Browse the repository at this point in the history
  • Loading branch information
WangWeiLin-MV committed Jun 5, 2024
1 parent 44b2d88 commit 3cf6e07
Showing 1 changed file with 21 additions and 11 deletions.
32 changes: 21 additions & 11 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@
##
##
## CI tested triplets:
## arm64-android
## arm64-windows
## arm-neon-android
## arm64-android
## arm64-osx
## arm64-uwp
## arm64-windows
## x64-android
## x64-linux
## x64-osx
Expand Down Expand Up @@ -74,7 +75,13 @@ atliac-minitest:x64-uwp=fail
backward-cpp:arm-neon-android=fail
backward-cpp:arm64-android=fail
backward-cpp:x64-android=fail
bde:x64-linux=skip
bde:arm64-osx =skip # conflict https://github.com/microsoft/vcpkg/pull/32645
bde:x64-linux =skip
bde:x64-osx =skip
bde:x64-windows-static-md =skip
bde:x64-windows-static =skip
bde:x64-windows =skip
bde:x86-windows =skip
bento4:arm-neon-android=fail
berkeleydb:arm-neon-android=fail
berkeleydb:arm64-android=fail
Expand Down Expand Up @@ -654,14 +661,17 @@ libtomcrypt:arm64-uwp=fail
libusb-win32:arm64-uwp=fail
libusb-win32:x64-uwp=fail
#Skip detection to avoid upstream remove older releases
libvmdk:x86-windows=skip
libvmdk:x64-windows=skip
libvmdk:x64-windows-static=skip
libvmdk:x64-windows-static-md=skip
libvmdk:arm64=skip
libvmdk:arm-neon-android=skip # upstream https://github.com/microsoft/vcpkg/pull/13765#issuecomment-699710253
libvmdk:arm64-android=skip
libvmdk:arm64-osx=skip
libvmdk:arm64-windows=skip
libvmdk:x64-android=skip
libvmdk:x64-linux=skip
libvmdk:x64-osx=skip
libvmdk:arm64-osx=skip
libvmdk:x64-windows-static-md=skip
libvmdk:x64-windows-static=skip
libvmdk:x64-windows=skip
libvmdk:x86-windows=skip
libwandio:arm-neon-android=fail
libwandio:arm64-android=fail
libwandio:x64-android=fail
Expand Down Expand Up @@ -1132,9 +1142,9 @@ tensorflow-cc:x64-windows=fail
# Also skipping because our macOS machines are relatively underpowered and this saves 8 hours of CI
# time for a relatively unpopular library / system combo.
tensorflow:x64-osx=skip
tensorflow:arm-osx=skip
tensorflow:arm64-osx=skip
tensorflow-cc:x64-osx=skip
tensorflow-cc:arm-osx=skip
tensorflow-cc:arm64-osx=skip

thorvg:arm-neon-android=fail
tinycthread:arm-neon-android=fail
Expand Down

0 comments on commit 3cf6e07

Please sign in to comment.