Skip to content

Commit

Permalink
update build ref (#51)
Browse files Browse the repository at this point in the history
* ci: correct build type

* ci: update build ref

this upgrades absl and improve build flags
  • Loading branch information
aceforeverd authored Sep 26, 2024
1 parent b73355f commit aab6dff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:

env:
OPENMLDB_REPO: 4paradigm/OpenMLDB
OPENMLDB_REF: cdaf3114904620f5b7a83e3902364eb0f68b91db
OPENMLDB_REF: 28c3ac7ee6664d1d0b5ce7f756bb3c9a30c70769

jobs:
thirdparty-linux:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

- name: configure
run: |
cmake -S openmldb/third-party -B deps -DBUILD_BUNDLED=ON -DWITH_ZETASQL=OFF ${{ env.flags }}
cmake -S openmldb/third-party -B deps -DBUILD_BUNDLED=ON -DWITH_ZETASQL=OFF -DCMAKE_BUILD_TYPE=Release ${{ env.flags }}
- name: build
run: |
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
- name: configure
run: |
cmake -S openmldb/third-party -B deps -DBUILD_BUNDLED=ON -DWITH_ZETASQL=OFF ${{ env.flags }}
cmake -S openmldb/third-party -B deps -DBUILD_BUNDLED=ON -DWITH_ZETASQL=OFF -DCMAKE_BUILD_TYPE=Release ${{ env.flags }}
- name: build
run: |
Expand Down

0 comments on commit aab6dff

Please sign in to comment.