We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6d9d2 commit 52ec696Copy full SHA for 52ec696
.factory/automation.yml
@@ -50,6 +50,7 @@ build:
50
bazel run @typedb_dependencies//distribution/artifact:create-netrc
51
# TODO: Temporarily build only the 3.0-reimplemented drivers:
52
# bazel build //...
53
+ bazel build //c/...
54
bazel build //rust/...
55
bazel build //java/...
56
bazel build //python/...
c/BUILD
@@ -73,6 +73,7 @@ rust_shared_library(
73
"@crates//:itertools",
74
"@crates//:env_logger",
75
"@crates//:log",
76
+ "@crates//:tracing",
77
],
78
tags = ["crate-name=typedb_driver_clib"],
79
)
0 commit comments