Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,20 @@ spaceland:x64-uwp=fail
spscqueue:arm-neon-android=fail
spscqueue:arm64-android=fail
spscqueue:x64-android=fail
stlab-enum-ops:arm-neon-android=skip # conflicts with stlab
stlab-enum-ops:arm64-android=skip # conflicts with stlab
stlab-enum-ops:arm64-osx=skip # conflicts with stlab
stlab-enum-ops:arm64-uwp=skip # conflicts with stlab
stlab-enum-ops:arm64-windows-static-md=skip # conflicts with stlab
stlab-enum-ops:arm64-windows=skip # conflicts with stlab
stlab-enum-ops:x64-android=skip # conflicts with stlab
stlab-enum-ops:x64-linux=skip # conflicts with stlab
stlab-enum-ops:x64-uwp=skip # conflicts with stlab
stlab-enum-ops:x64-windows-release=skip # conflicts with stlab
stlab-enum-ops:x64-windows-static-md=skip # conflicts with stlab
stlab-enum-ops:x64-windows-static=skip # conflicts with stlab
stlab-enum-ops:x64-windows=skip # conflicts with stlab
stlab-enum-ops:x86-windows=skip # conflicts with stlab
# sqlpp11-connector-mysql: CI issues resolved by overlay port
stormlib:arm64-uwp=fail
stormlib:x64-uwp=fail
Expand Down
1 change: 1 addition & 0 deletions scripts/ci.feature.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1843,6 +1843,7 @@ qtbase[xcb,xcb-sm,xcb-xlib,xkb,xkbcommon-x11,xlib,xrender](windows) = skip # no
qtvirtualkeyboard[t9write] = skip # depends on the port 't9write' that does not exists
qtwebengine = skip # Takes too long to feature test at ~3 hours per feature
s2n = skip # builds too slow
stlab-enum-ops = skip # conflicts with stlab
usd=skip # USD has set official policy that they will not update to be compatible with TBB in the near term (https://github.com/PixarAnimationStudios/USD/issues/1600)
vtk[ioocct](!uwp) = skip
vtk-m[cuda]:x64-linux = skip # CUDA clash with default gcc in Ubuntu 22.04, and not a quick failure.
Expand Down
2 changes: 1 addition & 1 deletion scripts/cmake/vcpkg_from_git.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function(vcpkg_from_git)

if(DEFINED arg_FETCH_REF)
set(ref_to_fetch "${arg_FETCH_REF}")
vcpkg_list(SET git_fetch_shallow_param)
vcpkg_list(SET git_fetch_shallow_param --unshallow)
else()
set(ref_to_fetch "${arg_REF}")
endif()
Expand Down
Loading