vaticle / typedb-driver

TypeDB Drivers for Rust, Python, Java, Node.js, C, C++, and C#.
https://typedb.com
Apache License 2.0
30 stars 32 forks source link

Deploy C# driver in a separate job #632

Closed dmitrii-ubskii closed 2 months ago

dmitrii-ubskii commented 2 months ago

Usage and product changes

Currently, Bazel generates three different build configurations for the underlying FFI library during C# driver deployment. As that requires compilation of the binding generator and lengthy project analysis, that step is prone to random failures (socket closed).

As the full analysis of the issue proved time-consuming, we instead opt to make the C# driver deployment step easily retriable.