Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bcg729] fix cmake config fixup call #21147

Merged
merged 1 commit into from
Nov 5, 2021

Conversation

autoantwort
Copy link
Contributor

For #20469

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 85b31152df8da18be5ec2b0dbd7b39b0d2404db4 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/b-/bcg729.json b/versions/b-/bcg729.json
index 544f247..226e1a9 100644
--- a/versions/b-/bcg729.json
+++ b/versions/b-/bcg729.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "253c634843c6d4abac53eb22f509f0b08ce3ba08",
+      "version-string": "1.1.1",
+      "port-version": 2
+    },
     {
       "git-tree": "16cf88e26d0bf3ebd469c722cd4df96c59556fb7",
       "version-string": "1.1.1",
diff --git a/versions/baseline.json b/versions/baseline.json
index 14d5b96..f6854a2 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -394,7 +394,7 @@
     },
     "bcg729": {
       "baseline": "1.1.1",
-      "port-version": 1
+      "port-version": 2
     },
     "bddisasm": {
       "baseline": "1.34.2",

@NancyLi1013 NancyLi1013 self-assigned this Nov 3, 2021
@NancyLi1013
Copy link
Contributor

The failures on Linux are like this:

CMake Error at /mnt/vcpkg-ci/installed/x64-linux/share/vcpkg-cmake-config/vcpkg_cmake_config_fixup.cmake:129 (message):
  '/mnt/vcpkg-ci/packages/bcg729_x64-linux/debug/share/bcg729' does not
  exist.
Call Stack (most recent call first):
  ports/bcg729/portfile.cmake:21 (vcpkg_cmake_config_fixup)
  scripts/ports.cmake:142 (include)

ports/bcg729/vcpkg.json Outdated Show resolved Hide resolved
@NancyLi1013 NancyLi1013 added category:port-bug The issue is with a library, which is something the port should already support requires:author-response labels Nov 3, 2021
@NancyLi1013 NancyLi1013 added info:reviewed Pull Request changes follow basic guidelines and removed requires:author-response labels Nov 5, 2021
@dan-shaw dan-shaw merged commit 3a7dd9f into microsoft:master Nov 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants