Skip to content

Commit 2e7464e

Browse files
ahornbyfacebook-github-bot
authored andcommitted
regenerate workflows
Summary: Regenerate github workflows to pick up new folly deps Reviewed By: zpao Differential Revision: D56698744 fbshipit-source-id: 7b0b72d47351bd9fd9afc9f97d2369f79934d584
1 parent 125c4d0 commit 2e7464e

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/getdeps_linux.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests glog
3939
- name: Fetch googletest
4040
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests googletest
41+
- name: Fetch libdwarf
42+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests libdwarf
4143
- name: Fetch libevent
4244
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests libevent
4345
- name: Fetch lz4
@@ -52,8 +54,12 @@ jobs:
5254
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests libtool
5355
- name: Fetch gperf
5456
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests gperf
57+
- name: Fetch libiberty
58+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests libiberty
5559
- name: Fetch libsodium
5660
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests libsodium
61+
- name: Fetch libunwind
62+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests libunwind
5763
- name: Fetch xz
5864
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests xz
5965
- name: Fetch folly
@@ -84,6 +90,8 @@ jobs:
8490
run: python3 build/fbcode_builder/getdeps.py build --no-tests glog
8591
- name: Build googletest
8692
run: python3 build/fbcode_builder/getdeps.py build --no-tests googletest
93+
- name: Build libdwarf
94+
run: python3 build/fbcode_builder/getdeps.py build --no-tests libdwarf
8795
- name: Build libevent
8896
run: python3 build/fbcode_builder/getdeps.py build --no-tests libevent
8997
- name: Build lz4
@@ -98,8 +106,12 @@ jobs:
98106
run: python3 build/fbcode_builder/getdeps.py build --no-tests libtool
99107
- name: Build gperf
100108
run: python3 build/fbcode_builder/getdeps.py build --no-tests gperf
109+
- name: Build libiberty
110+
run: python3 build/fbcode_builder/getdeps.py build --no-tests libiberty
101111
- name: Build libsodium
102112
run: python3 build/fbcode_builder/getdeps.py build --no-tests libsodium
113+
- name: Build libunwind
114+
run: python3 build/fbcode_builder/getdeps.py build --no-tests libunwind
103115
- name: Build xz
104116
run: python3 build/fbcode_builder/getdeps.py build --no-tests xz
105117
- name: Build folly

.github/workflows/getdeps_mac.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests glog
3939
- name: Fetch googletest
4040
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests googletest
41+
- name: Fetch libdwarf
42+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests libdwarf
4143
- name: Fetch lz4
4244
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests lz4
4345
- name: Fetch openssl
@@ -86,6 +88,8 @@ jobs:
8688
run: python3 build/fbcode_builder/getdeps.py build --no-tests glog
8789
- name: Build googletest
8890
run: python3 build/fbcode_builder/getdeps.py build --no-tests googletest
91+
- name: Build libdwarf
92+
run: python3 build/fbcode_builder/getdeps.py build --no-tests libdwarf
8993
- name: Build lz4
9094
run: python3 build/fbcode_builder/getdeps.py build --no-tests lz4
9195
- name: Build openssl

0 commit comments

Comments
 (0)