Replies: 4 comments 6 replies
-
Is it a goal to remove all python scripts and rewrite them into a separate rust crate so that we don't need to depend on python? |
Beta Was this translation helpful? Give feedback.
-
related to issue #2647
|
Beta Was this translation helpful? Give feedback.
-
Here is a bad case of our build system: #3499 Take check https://github.com/datafuselabs/databend/runs/4545281599?check_suite_focus=true for a look. First of all: nohup target/${BIN}/databend-meta --single=true --log-level=ERROR & Hide the error of Then, the complex deploy/test logic makes it harder to figure what happened. |
Beta Was this translation helpful? Give feedback.
-
Also related to #3518 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We now rely on the makefile as part of the build system to assist developers.
Goal
What needs to be changed
Beta Was this translation helpful? Give feedback.
All reactions