We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b1807 commit fb5e1a8Copy full SHA for fb5e1a8
.github/workflows/integration-test.yml
@@ -36,8 +36,8 @@ jobs:
36
- name: build openmldb
37
run: |
38
git config --system --add safe.directory $(pwd)
39
- make configure SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb
40
- make build SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb
+ # make configure SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb
+ # make build SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb
41
make install SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb
42
- name: install openmldb
43
0 commit comments