File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 2929 steps :
3030 - name : Checkout
3131 uses : actions/checkout@v4
32+ - name : Install Rust
33+ uses : actions-rust-lang/setup-rust-toolchain@v1
34+ with :
35+ toolchain : nightly-2024-07-15
36+ # override: true # this is by default on
37+ rustflags : " "
38+ components : rustfmt
39+ target : x86_64-unknown-linux-gnu
40+ cache : false
3241 - name : Install Node.js ${{ matrix.node-version }}
3342 uses : actions/setup-node@v4
3443 with :
6170 run : yarn build
6271 - name : Lerna tsc
6372 run : yarn tsc
73+ - name : Build cubejs-backend-native (without Python)
74+ run : yarn run native:build-release
75+ working-directory : ./packages/cubejs-backend-native
6476 - name : Birdbox
6577 env :
6678 CYPRESS_RECORD_KEY : ${{ secrets.CYPRESS_RECORD_KEY }}
You can’t perform that action at this time.
0 commit comments