Skip to content

Commit a0ba832

Browse files
committed
remove transpilers
1 parent d5bedd1 commit a0ba832

32 files changed

+139
-7298
lines changed

.github/workflows/push.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
- 'packages/**'
1010
- 'rust/cubestore/**'
1111
- 'rust/cubesql/**'
12-
- 'rust/cubetranspilers/**'
1312
- '.eslintrc.js'
1413
- '.prettierrc'
1514
- 'package.json'
@@ -25,7 +24,6 @@ on:
2524
- 'packages/**'
2625
- 'rust/cubestore/**'
2726
- 'rust/cubesql/**'
28-
- 'rust/cubetranspilers/**'
2927
- '.eslintrc.js'
3028
- '.prettierrc'
3129
- 'package.json'
@@ -46,15 +44,10 @@ jobs:
4644
node-version: [20.x, 22.x]
4745
python-version: [3.11]
4846
transpile-worker-threads: [false, true]
49-
transpile-native: [false, true]
50-
exclude:
51-
- transpile-worker-threads: true
52-
transpile-native: true
5347
fail-fast: false
5448

5549
env:
5650
CUBEJS_TRANSPILATION_WORKER_THREADS: ${{ matrix.transpile-worker-threads }}
57-
CUBEJS_TRANSPILATION_NATIVE: ${{ matrix.transpile-native }}
5851
steps:
5952
- id: get-tag-out
6053
run: echo "$OUT"
@@ -120,9 +113,6 @@ jobs:
120113
# files: ./packages/*/coverage/clover.xml
121114
# flags: cube-backend
122115
# verbose: true # optional (default = false)
123-
- name: Cargo test cubetranspilers
124-
run: |
125-
cargo test --manifest-path rust/cubetranspilers/Cargo.toml -j 1
126116
lint:
127117
runs-on: ubuntu-20.04
128118
timeout-minutes: 60
@@ -170,9 +160,6 @@ jobs:
170160
run: yarn lint:npm
171161
- name: Lerna lint
172162
run: yarn lerna run --concurrency 1 lint
173-
- name: Cargo fmt cubetranspilers
174-
run: |
175-
cargo fmt --manifest-path rust/cubetranspilers/Cargo.toml -- --check
176163

177164
build:
178165
runs-on: ubuntu-20.04
@@ -225,9 +212,6 @@ jobs:
225212
run: yarn lerna run --concurrency 1 build
226213
env:
227214
NODE_OPTIONS: --max_old_space_size=4096
228-
- name: Cargo build cubetranspilers
229-
run: |
230-
cargo build --manifest-path rust/cubetranspilers/Cargo.toml -j 4
231215

232216
build-cubestore:
233217
needs: [latest-tag-sha]

0 commit comments

Comments
 (0)