diff options
| -rw-r--r-- | .bazelrc | 3 | ||||
| -rw-r--r-- | gateway/BUILD | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -1,2 +1,3 @@ startup --windows_enable_symlinks
-build --enable_runfiles
\ No newline at end of file +build --enable_runfiles
+build --features=compiler_param_file
\ No newline at end of file diff --git a/gateway/BUILD b/gateway/BUILD index f63e1ca..70130fc 100644 --- a/gateway/BUILD +++ b/gateway/BUILD @@ -14,9 +14,7 @@ rust_binary( rust_image( name = "image", - srcs = glob(["src/**/*.rs"]), - proc_macro_deps = crate_deps(["serde_repr"]), - deps = all_crate_deps(), + binary = ":gateway", visibility = ["//visibility:public"], base = "//bazel:base", ) |
