Skip to content

Commit

Permalink
[folly] Change from master branch to main branch (#20892)
Browse files Browse the repository at this point in the history
* [folly] Change from master branch to main

* update vcpkg.json

* update version

Co-authored-by: QuellaZhang <zhangyi2090@163.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
  • Loading branch information
3 people committed Oct 22, 2021
1 parent 4821124 commit cdb7fb9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/folly/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ vcpkg_from_github(
REPO facebook/folly
REF v2021.06.14.00
SHA512 aee5adc1a44d9b193f3f41b5fc9fa7575c677d8bf27ed3a3b612a2fbe53505f82481ce78f13fb41ae3ca81ca25446426fbdfdc578f503f919b4af5abe56ad71c
HEAD_REF master
HEAD_REF main
PATCHES
reorder-glog-gflags.patch
disable-non-underscore-posix-names.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/folly/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "folly",
"version-string": "2021.06.14.00",
"port-version": 1,
"port-version": 2,
"description": "An open-source C++ library developed and used at Facebook. The library is UNSTABLE on Windows",
"homepage": "https://github.com/facebook/folly",
"supports": "x64 | (arm64 & !windows)",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2194,7 +2194,7 @@
},
"folly": {
"baseline": "2021.06.14.00",
"port-version": 1
"port-version": 2
},
"font-chef": {
"baseline": "1.0.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/folly.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "747fc5abd957e03e89acad08f28925927fb5f33b",
"version-string": "2021.06.14.00",
"port-version": 2
},
{
"git-tree": "92b7d618fda609b74ea8862c9950e40a9f03418d",
"version-string": "2021.06.14.00",
Expand Down

0 comments on commit cdb7fb9

Please sign in to comment.