You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,14 @@ This is a *write-only* repo of third-party dependencies for use by the Neovim
5
5
CI build.
6
6
7
7
-`src/`
8
-
- cache of dependency sources
9
-
- auto-updated by [GitHub actions](https://github.com/neovim/deps/blob/master/.github/workflows/nightly.yaml) whenever a dependency is added or bumped in [CMakeLists.txt](https://github.com/neovim/neovim/blob/master/cmake.deps/CMakeLists.txt).
8
+
- Cache of dependency sources.
9
+
-https://github.com/neovim/deps/tree/master/src is an auto-updated snapshot
10
+
of the `.deps/build/src/` produced by the Neovim `make deps` build task.
11
+
- Hint: Use this with `USE_EXISTING_SRC_DIR=ON` to perform an ["offline" build](https://github.com/neovim/neovim/blob/master/BUILD.md#build-offline).
12
+
- Auto-updated by [GitHub actions](https://github.com/neovim/deps/blob/master/.github/workflows/nightly.yaml) whenever a dependency is added or bumped in [CMakeLists.txt](https://github.com/neovim/neovim/blob/master/cmake.deps/deps.txt).
10
13
- Used by the [unstable PPA](https://launchpad.net/~neovim-ppa/+archive/ubuntu/unstable). PPA builds aren't allowed network access, so a pre-build step fetches this repo to use as input to the build to ensure we have the latest dependencies.
11
14
-`opt/`
12
-
-cache for manually-managed dependencies (not auto-updated because the origin is unreliable)
15
+
-Manually-managed dependencies (not auto-updated because the origin is unreliable).
13
16
-`lua-dev-deps` is a combination of *only* the share files of `busted` and
14
17
`luacheck`. The used versions are specified in the Makefile.
0 commit comments