Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Commit 9acf6dd

Browse files
MohamedBassemfacebook-github-bot
authored andcommitted
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: 920538c45b34c670952c620dac151462acfa859b
1 parent 3494e39 commit 9acf6dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: apt-get install -y ca-certificates doxygen $(cat logdevice/build_tools/ubuntu.deps)
1919
- run: git reset --hard HEAD
2020
- run: git submodule sync
21-
- run: git submodule update --init --recursive --remote
21+
- run: git submodule update --init --recursive
2222
- run:
2323
name: Build LogDevice
2424
command: |

0 commit comments

Comments
 (0)