Skip to content

Commit 52ec696

Browse files
Fix build; Build C driver in factory CI (#800)
## Usage and product changes Build C driver in factory CI
1 parent df6d9d2 commit 52ec696

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.factory/automation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ build:
5050
bazel run @typedb_dependencies//distribution/artifact:create-netrc
5151
# TODO: Temporarily build only the 3.0-reimplemented drivers:
5252
# bazel build //...
53+
bazel build //c/...
5354
bazel build //rust/...
5455
bazel build //java/...
5556
bazel build //python/...

c/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ rust_shared_library(
7373
"@crates//:itertools",
7474
"@crates//:env_logger",
7575
"@crates//:log",
76+
"@crates//:tracing",
7677
],
7778
tags = ["crate-name=typedb_driver_clib"],
7879
)

0 commit comments

Comments
 (0)