Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Use a shallow clone (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry authored Apr 26, 2022
1 parent d7e3224 commit e774bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/updating-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ changes, HHAST needs updating.
1. apt update; apt install TEXT_EDITOR_OF_YOUR_CHOICE
2. edit /etc/apt/sources.list - remove `-4.x` suffix from dl.hhvm.com repository
3. apt update; apt remove hhvm; apt install hhvm-nightly (or `apt install hhvm` for latest stable release)
4. `cd /workspaces; git clone https://github.com/facebook/hhvm.git`
4. `cd /workspaces; git clone --depth 1 https://github.com/facebook/hhvm.git`
5. `cd hhast`
6. `bin/update-schema --hhvm-path=/workspaces/hhvm`
7. wait 5-15 minutes as it parses and analyzes the hack/hhvm unit tests to infer valid node relationships
Expand Down

0 comments on commit e774bc7

Please sign in to comment.