Skip to content

Commit

Permalink
Shallow clone for third party module nlohmann (hyrise#2172)
Browse files Browse the repository at this point in the history
Our third party module nlohmann_json has recently deleted its test files and shrunk from ~260 MB to ~20 MB.
This PR uses the shallow submodule flag to only pull the most recent version.
  • Loading branch information
Bouncner authored Jun 22, 2020
1 parent 6f36451 commit f8883aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
[submodule "third_party/nlohmann_json"]
path = third_party/nlohmann_json
url = https://github.com/nlohmann/json.git
shallow = true
[submodule "third_party/sql-parser"]
path = third_party/sql-parser
url = https://github.com/hyrise/sql-parser
Expand Down
2 changes: 1 addition & 1 deletion third_party/nlohmann_json
Submodule nlohmann_json updated 1424 files

0 comments on commit f8883aa

Please sign in to comment.