Skip to content

Commit 00ced53

Browse files
committed
update integration-cubestore job with the build of backend-native
1 parent 4ccba2e commit 00ced53

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/push.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,13 @@ jobs:
333333
df -h
334334
- name: Checkout
335335
uses: actions/checkout@v4
336+
- name: Install Rust
337+
uses: actions-rust-lang/setup-rust-toolchain@v1
338+
with:
339+
toolchain: nightly-2024-07-15
340+
# override: true # this is by default on
341+
rustflags: ""
342+
components: rustfmt
336343
- name: Install Node.js ${{ matrix.node-version }}
337344
uses: actions/setup-node@v4
338345
with:
@@ -362,6 +369,9 @@ jobs:
362369
command: yarn install --frozen-lockfile
363370
- name: Lerna tsc
364371
run: yarn tsc
372+
- name: Build cubejs-backend-native (without Python)
373+
run: yarn run native:build-release
374+
working-directory: ./packages/cubejs-backend-native
365375
- name: Download cubestored-x86_64-unknown-linux-gnu-release artifact
366376
uses: actions/download-artifact@v4
367377
with:

0 commit comments

Comments
 (0)