mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[vcpkg baseline][openblas] Passing remove form fail list (#37056)
Passing on https://dev.azure.com/vcpkg/public/_build/results?buildId=99959&view=results. Added `openblas` to ci.baseline.txt by https://github.com/microsoft/vcpkg/pull/29406, which has been fixed by https://github.com/microsoft/vcpkg/pull/36072: ``` PASSING, REMOVE FROM FAIL LIST: openblas:arm-neon-android PASSING, REMOVE FROM FAIL LIST: openblas:arm64-android ``` Add the following ports to the ci.baseline.txt because they are direct/indirect downstream of `openblas`: ``` REGRESSION: blas:arm-neon-android failed with BUILD_FAILED. If expected, add blas:arm-neon-android=fail to /vcpkg/scripts/azure-pipelines/../ci.baseline.txt. REGRESSION: lapack-reference:arm64-android failed with BUILD_FAILED. If expected, add lapack-reference:arm64-android=fail to /vcpkg/scripts/azure-pipelines/../ci.baseline.txt. REGRESSION: clapack:arm64-android failed with BUILD_FAILED. If expected, add clapack:arm64-android=fail to /vcpkg/scripts/azure-pipelines/../ci.baseline.txt. REGRESSION: shogun:arm64-android failed with BUILD_FAILED. If expected, add shogun:arm64-android=fail to /vcpkg/scripts/azure-pipelines/../ci.baseline.txt. ``` - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [ ] ~SHA512s are updated for each updated download.~ - [x] The "supports" clause reflects platforms that may be fixed by this new version. - [ ] ~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~ - [ ] ~Any patches that are no longer applied are deleted from the port's directory.~ - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file. --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
parent
0a16a90673
commit
62c9e98798
@ -71,6 +71,7 @@ berkeleydb:arm-neon-android=fail
|
||||
berkeleydb:arm64-android=fail
|
||||
berkeleydb:x64-android=fail
|
||||
binlog:arm-neon-android=fail
|
||||
blas:arm-neon-android=fail
|
||||
blitz:x64-android=fail
|
||||
blitz:x64-linux=fail # python2
|
||||
blitz:x64-osx=fail
|
||||
@ -179,11 +180,13 @@ clamav:arm64-windows=fail
|
||||
# clapack is replaced by lapack-reference on the platforms lapack-reference supports
|
||||
clapack:x64-linux=skip
|
||||
clapack:x64-osx=skip
|
||||
clapack:arm64-android=skip
|
||||
clapack:arm64-osx=skip
|
||||
clapack:x64-windows-static=skip
|
||||
clapack:x64-windows-static-md=skip
|
||||
clapack:x64-windows=skip
|
||||
clapack:x86-windows=skip
|
||||
lapack-reference:arm64-android=skip
|
||||
lapack-reference:arm64-windows=skip
|
||||
lapack-reference:arm64-uwp=skip
|
||||
lapack-reference:x64-uwp=skip
|
||||
@ -803,8 +806,6 @@ omplapp:arm-neon-android=fail
|
||||
omplapp:arm64-android=fail
|
||||
omplapp:x64-android=fail
|
||||
onednn:x64-android=fail
|
||||
openblas:arm-neon-android=fail
|
||||
openblas:arm64-android=fail
|
||||
openblas:x64-android=fail
|
||||
# opencc/deps/marisa-0.2.5/lib/marisa/grimoire/io/mapper.cc currently doesn't support UWP.
|
||||
opencc:x64-android=fail
|
||||
@ -1053,6 +1054,7 @@ shogun:x64-windows = skip
|
||||
shogun:x64-windows-static = skip
|
||||
shogun:x64-windows-static-md=skip
|
||||
shogun:x86-windows = skip
|
||||
shogun:arm64-android = skip
|
||||
signalrclient:arm-neon-android=fail
|
||||
signalrclient:arm64-android=fail
|
||||
signalrclient:x64-android=fail
|
||||
|
Loading…
x
Reference in New Issue
Block a user