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

Fix dependency issues post mvfst/fbthrift introduction #148

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/getdeps_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests fizz
- name: Fetch wangle
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests wangle
- name: Fetch mvfst
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests mvfst
- name: Fetch fbthrift
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests fbthrift
- name: Fetch fb303
Expand Down Expand Up @@ -125,6 +127,8 @@ jobs:
run: python3 build/fbcode_builder/getdeps.py build --no-tests fizz
- name: Build wangle
run: python3 build/fbcode_builder/getdeps.py build --no-tests wangle
- name: Build mvfst
run: python3 build/fbcode_builder/getdeps.py build --no-tests mvfst
- name: Build fbthrift
run: python3 build/fbcode_builder/getdeps.py build --no-tests fbthrift
- name: Build fb303
Expand Down
2 changes: 1 addition & 1 deletion build/deps/github_hashes/facebook/fbthrift-rev.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Subproject commit 8c31d85723dacfe82fd9d3ddf8211bedcac2a87b
Subproject commit 2df227d29d2c67a829279b0bf46e9a9f5778e15e
2 changes: 1 addition & 1 deletion build/deps/github_hashes/facebook/folly-rev.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Subproject commit d0254f0af28be32985a43159c3dd8156892f140c
Subproject commit 13897bc4d877622981369d5e43081e5237bcd7d1
1 change: 1 addition & 0 deletions build/deps/github_hashes/facebook/mvfst-rev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Subproject commit bb2a55c392b2a1f93b820d110b72c54d71d6c379
2 changes: 1 addition & 1 deletion build/deps/github_hashes/facebook/wangle-rev.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Subproject commit 11e80ee005219a935e70e56983662c68c1189a61
Subproject commit ed35f583b1f089f1ae72da8b39ff1c440032c7a8
1 change: 1 addition & 0 deletions build/fbcode_builder/manifests/fbthrift
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ fmt
folly
googletest
libsodium
mvfst
python-six
wangle
zstd
Expand Down
2 changes: 1 addition & 1 deletion build/fbcode_builder/manifests/mvfst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ shipit_project = mvfst
shipit_fbcode_builder = true

[git]
repo_url = https://github.com/facebookincubator/mvfst.git
repo_url = https://github.com/facebook/mvfst.git

[build]
builder = cmake
Expand Down
2 changes: 1 addition & 1 deletion build/fbcode_builder/manifests/zlib
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ zlib-devel
zlib-static

[download]
url = https://zlib.net/zlib-1.2.13.tar.gz
url = https://www.zlib.net/fossils/zlib-1.2.13.tar.gz
sha256 = b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30

[build]
Expand Down
Loading