Skip to content

Commit 6507b9c

Browse files
anand1976Xingbo Wang
authored andcommitted
Use wget for folly dependency download (facebook#14030)
Summary: Fix the binutils truncated download issue by switching to wget in the folly build scripts for downloading dependencies. Pull Request resolved: facebook#14030 Test Plan: make build_folly Reviewed By: jaykorean Differential Revision: D84033126 Pulled By: anand1976 fbshipit-source-id: bc6706d7e57c97d6edff149a965aa12c7959825f
1 parent d3713c0 commit 6507b9c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/actions/setup-folly/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ runs:
33
using: composite
44
steps:
55
- name: Checkout folly sources
6-
run: make checkout_folly
6+
run: |
7+
make checkout_folly
8+
echo "GETDEPS_USE_WGET=1" >> "$GITHUB_ENV"
79
shell: bash

0 commit comments

Comments
 (0)