diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | BUILD | 1 | ||||
| -rw-r--r-- | WORKSPACE | 2 | ||||
| m--------- | third_party/libsodium | 0 |
5 files changed, 5 insertions, 3 deletions
@@ -2,4 +2,4 @@ bazel-* .bazelrc .vscode ratelimiter/target -target
\ No newline at end of file +target/
\ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c6a697b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "third_party/libsodium"] + path = third_party/libsodium + url = https://github.com/jedisct1/libsodium.git @@ -10,7 +10,6 @@ pkg_tar( deps = [ "//gateway:gateway_pkg", "//novactl:novactl_pkg", - "//novalet:novalet_pkg", "//ratelimiter:ratelimiter_pkg", "//webhook:webhook_pkg", ], @@ -89,7 +89,7 @@ crate_universe( "libsodium-sys": crate.override( extra_build_script_env_vars = { "PATH": "/usr/bin", - "NUM_JOBS": "2" + "NUM_JOBS": "2", } ) } diff --git a/third_party/libsodium b/third_party/libsodium new file mode 160000 +Subproject fe1d6d11aabcbd191abd3b8df99abf18a726c03 |
