Skip to content

feat(fbcode_builder): Improve reliability/efficiency of apt and git fetchers#1125

Open
ben-- wants to merge 2 commits into
facebook:mainfrom
ben--:builder-reliability
Open

feat(fbcode_builder): Improve reliability/efficiency of apt and git fetchers#1125
ben-- wants to merge 2 commits into
facebook:mainfrom
ben--:builder-reliability

Conversation

@ben--

@ben-- ben-- commented Sep 22, 2025

Copy link
Copy Markdown
Contributor

Two independent changes:

  1. Make apt more safe/reliable by switching to https URLs and retrying on failure
  2. Minimize git checkout time (and support branch revisions) by doing single-revision checkouts

Tested by building sapling using the GitHub action (won't run fully until other PRs land):

act --container-architecture linux/x86_64 -W .github/workflows/edenfs_linux.yml
@meta-cla meta-cla Bot added the CLA Signed label Sep 22, 2025
@facebook-github-bot

Copy link
Copy Markdown
Contributor

@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this in D83006922. (Because this pull request was imported automatically, there will not be any future comments.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants