-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: use system deps in linux CI Speed up the CI by not rebuilding boost et al each time. Pull Request resolved: #2068 Test Plan: regenerate github actions with: ``` ./build/fbcode_builder/getdeps.py --allow-system-packages generate-github-actions --free-up-disk --src-dir=. --os-type=linux --output-dir=.github/workflows folly ``` build locally with system dependencies ``` ./build/fbcode_builder/getdeps.py --allow-system-packages install-system-deps --recursive folly ./build/fbcode_builder/getdeps.py --allow-system-packages build --src-dir=. folly ``` After, its quicker as we can use system boost --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/folly/pull/2068). * #2074 * __->__ #2068 Reviewed By: Gownta Differential Revision: D49931071 Pulled By: Orvid fbshipit-source-id: cfdc91ca7da94abe5a3335b0b2826318d68ce52c
- Loading branch information
1 parent
b1c5c74
commit 5ee12d7
Showing
1 changed file
with
43 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters