File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929
3030env :
3131 OPENMLDB_REPO : 4paradigm/OpenMLDB
32- OPENMLDB_REF : cdaf3114904620f5b7a83e3902364eb0f68b91db
32+ OPENMLDB_REF : 28c3ac7ee6664d1d0b5ce7f756bb3c9a30c70769
3333
3434jobs :
3535 thirdparty-linux :
7878
7979 - name : configure
8080 run : |
81- cmake -S openmldb/third-party -B deps -DBUILD_BUNDLED=ON -DWITH_ZETASQL=OFF ${{ env.flags }}
81+ cmake -S openmldb/third-party -B deps -DBUILD_BUNDLED=ON -DWITH_ZETASQL=OFF -DCMAKE_BUILD_TYPE=Release ${{ env.flags }}
8282
8383 - name : build
8484 run : |
@@ -141,7 +141,7 @@ jobs:
141141
142142 - name : configure
143143 run : |
144- cmake -S openmldb/third-party -B deps -DBUILD_BUNDLED=ON -DWITH_ZETASQL=OFF ${{ env.flags }}
144+ cmake -S openmldb/third-party -B deps -DBUILD_BUNDLED=ON -DWITH_ZETASQL=OFF -DCMAKE_BUILD_TYPE=Release ${{ env.flags }}
145145
146146 - name : build
147147 run : |
You can’t perform that action at this time.
0 commit comments