]> git.puffer.fish Git - matthieu/nova.git/commitdiff
remove novalet & add libsodium as sobmodule
authorMatthieu <matthieu@developershouse.xyz>
Fri, 3 Sep 2021 19:42:30 +0000 (23:42 +0400)
committerMatthieu <matthieu@developershouse.xyz>
Fri, 3 Sep 2021 19:42:30 +0000 (23:42 +0400)
.gitignore
.gitmodules [new file with mode: 0644]
BUILD
WORKSPACE
third_party/libsodium [new submodule]

index a5d21d95905a613ba73185c39c18814c0503818d..72bc1f7a5b48f0e5491b4795f960b75a799aaa9a 100644 (file)
@@ -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 (file)
index 0000000..c6a697b
--- /dev/null
@@ -0,0 +1,3 @@
+[submodule "third_party/libsodium"]
+       path = third_party/libsodium
+       url = https://github.com/jedisct1/libsodium.git
diff --git a/BUILD b/BUILD
index 17fc58fe19e2da613c03d83f4f6c3e438d7d4a3c..3f22c88814813cd7dfce799c83feaa819f184a1b 100644 (file)
--- a/BUILD
+++ b/BUILD
@@ -10,7 +10,6 @@ pkg_tar(
     deps = [
         "//gateway:gateway_pkg",
         "//novactl:novactl_pkg",
-        "//novalet:novalet_pkg",
         "//ratelimiter:ratelimiter_pkg",
         "//webhook:webhook_pkg",
     ],
index 96d63f0ea8f76aad83438f2961e4a024abaa82b0..862d3339ca05c416b2f137132fc32ad82a44521d 100644 (file)
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -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 (submodule)
index 0000000..fe1d6d1
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit fe1d6d11aabcbd191abd3b8df99abf18a726c036