This repository was archived by the owner on Jan 7, 2022. It is now read-only.
Commit 9acf6dd
CircleCI: Don't update modules from upstream and use the commited hashes instead
Summary:
`--remote` updates submodules from upstream. This used to be ok because we used to be building against master which is almost always in sync with the remote thanks to shipit. On the other hand, this broke the release branch because some breaking changes landed in upstream.
This diff stops fetching from upstream in circle CI and uses the committed hashes in the repo instead.
Reviewed By: AhmedSoliman
Differential Revision: D17365456
fbshipit-source-id: 920538c45b34c670952c620dac151462acfa859b1 parent 3494e39 commit 9acf6dd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments