feat(k8s): mvp

This commit is contained in:
Xiphoseer
2024-01-02 00:34:43 +01:00
parent 1941679d27
commit 166a283c70
16 changed files with 642 additions and 5 deletions

View File

@@ -94,6 +94,7 @@ else() # Build from source
${MARIADB_EXTRA_CMAKE_ARGS}
PREFIX "${PROJECT_BINARY_DIR}/mariadbcpp"
BUILD_COMMAND cmake --build . --config RelWithDebInfo -j${MARIADB_CONNECTOR_COMPILE_JOBS}
BUILD_ALWAYS true
INSTALL_COMMAND "")
ExternalProject_Get_Property(mariadb_connector_cpp BINARY_DIR)