@@ -157,148 +157,8 @@ jobs:
157157 if : ${{ steps.paths.outputs.fbthrift_SOURCE }}
158158 run : python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests fbthrift
159159
160- - name : Build libaio
161- if : ${{ steps.paths.outputs.libaio_SOURCE }}
162- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests libaio
163-
164- - name : Build ninja
165- if : ${{ steps.paths.outputs.ninja_SOURCE }}
166- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests ninja
167-
168- - name : Build cmake
169- if : ${{ steps.paths.outputs.cmake_SOURCE }}
170- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests cmake
171-
172- - name : Build benchmark
173- if : ${{ steps.paths.outputs.benchmark_SOURCE }}
174- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests benchmark
175-
176- - name : Build fmt
177- if : ${{ steps.paths.outputs.fmt_SOURCE }}
178- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests fmt
179-
180- - name : Build googletest
181- if : ${{ steps.paths.outputs.googletest_SOURCE }}
182- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests googletest
183-
184- - name : Build xxhash
185- if : ${{ steps.paths.outputs.xxhash_SOURCE }}
186- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests xxhash
187-
188- - name : Build zstd
189- if : ${{ steps.paths.outputs.zstd_SOURCE }}
190- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests zstd
191-
192- - name : Build zlib
193- if : ${{ steps.paths.outputs.zlib_SOURCE }}
194- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests zlib
195-
196- - name : Build boost
197- if : ${{ steps.paths.outputs.boost_SOURCE }}
198- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests boost
199-
200- - name : Build double-conversion
201- if : ${{ steps.paths.outputs.double-conversion_SOURCE }}
202- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests double-conversion
203-
204- - name : Build fast_float
205- if : ${{ steps.paths.outputs.fast_float_SOURCE }}
206- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests fast_float
207-
208- - name : Build gflags
209- if : ${{ steps.paths.outputs.gflags_SOURCE }}
210- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests gflags
211-
212- - name : Build glog
213- if : ${{ steps.paths.outputs.glog_SOURCE }}
214- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests glog
215-
216- - name : Build libdwarf
217- if : ${{ steps.paths.outputs.libdwarf_SOURCE }}
218- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests libdwarf
219-
220- - name : Build libevent
221- if : ${{ steps.paths.outputs.libevent_SOURCE }}
222- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests libevent
223-
224- - name : Build lz4
225- if : ${{ steps.paths.outputs.lz4_SOURCE }}
226- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests lz4
227-
228- - name : Build openssl
229- if : ${{ steps.paths.outputs.openssl_SOURCE }}
230- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests openssl
231-
232- - name : Build snappy
233- if : ${{ steps.paths.outputs.snappy_SOURCE }}
234- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests snappy
235-
236- - name : Build magic_enum
237- if : ${{ steps.paths.outputs.magic_enum_SOURCE }}
238- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests magic_enum
239-
240- - name : Build sparsemap
241- if : ${{ steps.paths.outputs.sparsemap_SOURCE }}
242- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests sparsemap
243-
244- - name : Build liboqs
245- if : ${{ steps.paths.outputs.liboqs_SOURCE }}
246- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests liboqs
247-
248- - name : Build autoconf
249- if : ${{ steps.paths.outputs.autoconf_SOURCE }}
250- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests autoconf
251-
252- - name : Build automake
253- if : ${{ steps.paths.outputs.automake_SOURCE }}
254- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests automake
255-
256- - name : Build libtool
257- if : ${{ steps.paths.outputs.libtool_SOURCE }}
258- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests libtool
259-
260- - name : Build numa
261- if : ${{ steps.paths.outputs.numa_SOURCE }}
262- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests numa
263-
264- - name : Build libiberty
265- if : ${{ steps.paths.outputs.libiberty_SOURCE }}
266- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests libiberty
267-
268- - name : Build libsodium
269- if : ${{ steps.paths.outputs.libsodium_SOURCE }}
270- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests libsodium
271-
272- - name : Build libunwind
273- if : ${{ steps.paths.outputs.libunwind_SOURCE }}
274- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests libunwind
275-
276- - name : Build xz
277- if : ${{ steps.paths.outputs.xz_SOURCE }}
278- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests xz
279-
280- - name : Build folly
281- if : ${{ steps.paths.outputs.folly_SOURCE }}
282- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests folly
283-
284- - name : Build fizz
285- if : ${{ steps.paths.outputs.fizz_SOURCE }}
286- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests fizz
287-
288- - name : Build wangle
289- if : ${{ steps.paths.outputs.wangle_SOURCE }}
290- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests wangle
291-
292- - name : Build mvfst
293- if : ${{ steps.paths.outputs.mvfst_SOURCE }}
294- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests mvfst
295-
296- - name : Build fbthrift
297- if : ${{ steps.paths.outputs.fbthrift_SOURCE }}
298- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --free-up-disk --no-tests fbthrift
299-
300160 - name : Build cachelib
301- run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --src-dir=. cachelib --project-install-prefix cachelib:/usr/local
161+ run : python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --recursive -- src-dir=. cachelib --project-install-prefix cachelib:/usr/local
302162
303163 - name : Show sccache stats
304164 if : always()
0 commit comments