38
38
run : python3 build/fbcode_builder/getdeps.py fetch --no-tests glog
39
39
- name : Fetch googletest
40
40
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
41
43
- name : Fetch libevent
42
44
run : python3 build/fbcode_builder/getdeps.py fetch --no-tests libevent
43
45
- name : Fetch lz4
52
54
run : python3 build/fbcode_builder/getdeps.py fetch --no-tests libtool
53
55
- name : Fetch gperf
54
56
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
55
59
- name : Fetch libsodium
56
60
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
57
63
- name : Fetch xz
58
64
run : python3 build/fbcode_builder/getdeps.py fetch --no-tests xz
59
65
- name : Fetch folly
84
90
run : python3 build/fbcode_builder/getdeps.py build --no-tests glog
85
91
- name : Build googletest
86
92
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
87
95
- name : Build libevent
88
96
run : python3 build/fbcode_builder/getdeps.py build --no-tests libevent
89
97
- name : Build lz4
@@ -98,8 +106,12 @@ jobs:
98
106
run : python3 build/fbcode_builder/getdeps.py build --no-tests libtool
99
107
- name : Build gperf
100
108
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
101
111
- name : Build libsodium
102
112
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
103
115
- name : Build xz
104
116
run : python3 build/fbcode_builder/getdeps.py build --no-tests xz
105
117
- name : Build folly
0 commit comments