Skip to content

Commit

Permalink
[vcpkg baseline][mp3lame, coin] Change fail list in ci.baseline.txt (#…
Browse files Browse the repository at this point in the history
…39096)

```
PASSING, REMOVE FROM FAIL LIST: mp3lame:arm-neon-android
PASSING, REMOVE FROM FAIL LIST: mp3lame:x64-android
PASSING, REMOVE FROM FAIL LIST: mp3lame:arm64-android
```
Passing on
https://dev.azure.com/vcpkg/public/_build/results?buildId=103545&view=results.
Fixed by PR #38995.

Add `supports: !android` for `coin`.
- [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.~~
- [ ] ~~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: Lily Wang <[email protected]>
  • Loading branch information
LilyWangLL and Lily Wang authored Jun 4, 2024
1 parent c4451fd commit 9760ce6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/coin/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "coin",
"version": "4.0.2",
"port-version": 2,
"port-version": 3,
"description": "A high-level 3D visualization library with Open Inventor 2.1 API",
"homepage": "https://github.com/coin3d/coin",
"license": "BSD-3-Clause",
"supports": "!(arm | arm64 | uwp)",
"supports": "!arm & !android & !uwp",
"dependencies": [
"boost-assert",
"boost-config",
Expand Down
3 changes: 0 additions & 3 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -738,9 +738,6 @@ moos-core:x64-android=fail
mozjpeg:arm-neon-android=fail
mozjpeg:arm64-android=fail
mozjpeg:x64-android=fail
mp3lame:arm-neon-android=fail
mp3lame:arm64-android=fail
mp3lame:x64-android=fail
mpir:x64-android=fail
# ms-gltf and ms-quic require the Microsoft GDK with Xbox Extensions which is not installed on the CI pipeline machines
ms-gdkx:x64-windows=fail
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1742,7 +1742,7 @@
},
"coin": {
"baseline": "4.0.2",
"port-version": 2
"port-version": 3
},
"coin-or-buildtools": {
"baseline": "2023-02-02",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/coin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9747cd35a942a8d806f44a70bdda8833823826e5",
"version": "4.0.2",
"port-version": 3
},
{
"git-tree": "31a9fad74627bcee6a866110f1377acaf8d81c04",
"version": "4.0.2",
Expand Down

0 comments on commit 9760ce6

Please sign in to comment.