Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .factory/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ build:
bazel run @typedb_dependencies//distribution/artifact:create-netrc
# TODO: Temporarily build only the 3.0-reimplemented drivers:
# bazel build //...
bazel build //c/...
bazel build //rust/...
bazel build //java/...
bazel build //python/...
Expand Down
1 change: 1 addition & 0 deletions c/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ rust_shared_library(
"@crates//:itertools",
"@crates//:env_logger",
"@crates//:log",
"@crates//:tracing",
],
tags = ["crate-name=typedb_driver_clib"],
)
Expand Down