mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
build: do not use GIT_REPOSITORY for local dependencies
This reverts a large portion of
2c1e8f7e96
.
The conclusion from that commit is incorrect: local builds are not
used/updated correctly so much as it's not used at all. Instead the
build will always use `master` branch rather than the current files.
This commit is contained in:
@ -319,9 +319,8 @@ check from cmake.
|
||||
|
||||
Alternatively, you may point the URL as a local path where the repository is.
|
||||
This is convenient when bisecting a problem in a dependency with `git bisect`.
|
||||
This requires running `make distclean` the first time once to remove traces of
|
||||
the previous build. Hash checking is always skipped in this case regardless of
|
||||
`DEPS_IGNORE_SHA`.
|
||||
This may require running `make distclean` between each build. Hash checking is
|
||||
always skipped in this case regardless of `DEPS_IGNORE_SHA`.
|
||||
|
||||
```bash
|
||||
LUAJIT_URL /home/user/luajit
|
||||
|
Reference in New Issue
Block a user