Skip to content

Commit aab6dff

Browse files
authored
update build ref (#51)
* ci: correct build type * ci: update build ref this upgrades absl and improve build flags
1 parent b73355f commit aab6dff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929

3030
env:
3131
OPENMLDB_REPO: 4paradigm/OpenMLDB
32-
OPENMLDB_REF: cdaf3114904620f5b7a83e3902364eb0f68b91db
32+
OPENMLDB_REF: 28c3ac7ee6664d1d0b5ce7f756bb3c9a30c70769
3333

3434
jobs:
3535
thirdparty-linux:
@@ -78,7 +78,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)