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

[brpc] Updata to 1.1.0 #24975

Merged
merged 1 commit into from
Jun 2, 2022
Merged

[brpc] Updata to 1.1.0 #24975

merged 1 commit into from
Jun 2, 2022

Conversation

day253
Copy link
Contributor

@day253 day253 commented May 28, 2022

Fixes #24974

Update brpc to the latest version 1.1.0

Tested successfully in the following triplet:

  • x64-linux

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!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/brpc/vcpkg.json b/ports/brpc/vcpkg.json
index 956361c..27af8a2 100644
--- a/ports/brpc/vcpkg.json
+++ b/ports/brpc/vcpkg.json
@@ -1,7 +1,6 @@
 {
   "name": "brpc",
   "version": "1.1.0",
-  "port-version": 0,
   "description": "Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services, called \"baidu-rpc\" inside Baidu.",
   "homepage": "https://github.com/apache/incubator-brpc",
   "license": "Apache-2.0",
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout d953973cfbfeaf8022f5219fbabb0bdf9defb706 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/b-/brpc.json b/versions/b-/brpc.json
index a7a9687..ce9ca1c 100644
--- a/versions/b-/brpc.json
+++ b/versions/b-/brpc.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "1485187763b0f1305557b34bf852af91e1d466fd",
+      "version": "1.1.0",
+      "port-version": 0
+    },
     {
       "git-tree": "bcff3231352f577720f51a99dbf9ecf0132ebcba",
       "version": "0.9.7",
diff --git a/versions/baseline.json b/versions/baseline.json
index 82baf58..135e24d 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -1157,8 +1157,8 @@
       "port-version": 2
     },
     "brpc": {
-      "baseline": "0.9.7",
-      "port-version": 7
+      "baseline": "1.1.0",
+      "port-version": 0
     },
     "brunocodutra-metal": {
       "baseline": "2.1.4",

@day253 day253 marked this pull request as draft May 28, 2022 11:33
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!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for brpc have changed but the version was not updated
version: 1.1.0
old SHA: 1485187763b0f1305557b34bf852af91e1d466fd
new SHA: ad98fe826d55adf24185eca56e4dcb3057f79d09
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

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!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for brpc have changed but the version was not updated
version: 1.1.0
old SHA: 1485187763b0f1305557b34bf852af91e1d466fd
new SHA: a5a1c456005520d88443a2fc057af61beedcda21
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

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!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for brpc have changed but the version was not updated
version: 1.1.0
old SHA: 1485187763b0f1305557b34bf852af91e1d466fd
new SHA: 0b8bb2a37e1d0cecba51d2bb1c91a9055721491d
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

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!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for brpc have changed but the version was not updated
version: 1.1.0
old SHA: 1485187763b0f1305557b34bf852af91e1d466fd
new SHA: 0b8bb2a37e1d0cecba51d2bb1c91a9055721491d
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

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!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for brpc have changed but the version was not updated
version: 1.1.0
old SHA: 0b8bb2a37e1d0cecba51d2bb1c91a9055721491d
new SHA: ea6dbd9d553b0e4782ba6b85e120a97d690101bc
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

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!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for brpc have changed but the version was not updated
version: 1.1.0
old SHA: ea6dbd9d553b0e4782ba6b85e120a97d690101bc
new SHA: 472e19481f6982d53bdfac60447a863cbe1954f9
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

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!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for brpc have changed but the version was not updated
version: 1.1.0
old SHA: 472e19481f6982d53bdfac60447a863cbe1954f9
new SHA: 3574f41b01396ce0abe51dd056f522f72cbdc486
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

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!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for brpc have changed but the version was not updated
version: 1.1.0
old SHA: 3574f41b01396ce0abe51dd056f522f72cbdc486
new SHA: 27e3264c8f9c93e6419e099ce2d6c08cef011e01
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

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!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for brpc have changed but the version was not updated
version: 1.1.0
old SHA: 27e3264c8f9c93e6419e099ce2d6c08cef011e01
new SHA: 65a3dfee61bb2d8fc013f8b419d39ee6b1448c5f
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

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!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for brpc have changed but the version was not updated
version: 1.1.0
old SHA: 65a3dfee61bb2d8fc013f8b419d39ee6b1448c5f
new SHA: 600f11461c24314ccb18d78c8d2f5220c44ad9e3
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

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!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for brpc have changed but the version was not updated
version: 1.1.0
old SHA: 600f11461c24314ccb18d78c8d2f5220c44ad9e3
new SHA: 22cd012cb0dabd79aeed363b9ba3052060b4f890
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

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!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for brpc have changed but the version was not updated
version: 1.1.0
old SHA: 22cd012cb0dabd79aeed363b9ba3052060b4f890
new SHA: 5a80c08535400ee8e157a45c964f30d53ce11cf4
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

@day253 day253 marked this pull request as ready for review May 28, 2022 14:21
@JonLiu1993 JonLiu1993 added the category:port-update The issue is with a library, which is requesting update new revision label May 30, 2022
@JonLiu1993 JonLiu1993 added the info:reviewed Pull Request changes follow basic guidelines label May 30, 2022
Copy link
Contributor

@ras0219-msft ras0219-msft left a comment

Choose a reason for hiding this comment

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

Thanks for the PR!

ports/brpc/fix-boost-ptr.patch Outdated Show resolved Hide resolved
ports/brpc/fix-build.patch Outdated Show resolved Hide resolved
ports/brpc/fix-build.patch Outdated Show resolved Hide resolved
ports/brpc/fix-build.patch Outdated Show resolved Hide resolved
ports/brpc/fix-build.patch Outdated Show resolved Hide resolved
@JonLiu1993 JonLiu1993 removed the info:reviewed Pull Request changes follow basic guidelines label Jun 2, 2022
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!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for brpc have changed but the version was not updated
version: 1.1.0
old SHA: 5a80c08535400ee8e157a45c964f30d53ce11cf4
new SHA: 31433ff1d53ac3f2216adf17326aa18e9c917010
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

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!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for brpc have changed but the version was not updated
version: 1.1.0
old SHA: 5a80c08535400ee8e157a45c964f30d53ce11cf4
new SHA: 7d74c3f608066b16b06aa38098ee79b2283d73b5
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

@day253 day253 requested review from ras0219-msft and JonLiu1993 June 2, 2022 14:42
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!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for brpc have changed but the version was not updated
version: 1.1.0
old SHA: 7d74c3f608066b16b06aa38098ee79b2283d73b5
new SHA: c88bb19658430803981fbfa4ec45432bed88310b
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

@ras0219-msft
Copy link
Contributor

Thanks for the PR!

@ras0219-msft ras0219-msft merged commit 819a768 into microsoft:master Jun 2, 2022
@day253 day253 deleted the brpc branch June 3, 2022 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[brpc] update to 1.1.0
3 participants