Skip to content

Commit 28bca42

Browse files
authored
revert(schema-compiler): Revert breaking changes in models transpilation (#9240)
1 parent 37fd273 commit 28bca42

32 files changed

+20
-6866
lines changed

.github/workflows/push.yml

-16
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ on:
1313
- 'rust/cubeorchestrator/**'
1414
- 'rust/cubeshared/**'
1515
- 'rust/cubesqlplanner/**'
16-
- 'rust/cubetranspilers/**'
1716
- '.eslintrc.js'
1817
- '.prettierrc'
1918
- 'package.json'
@@ -33,7 +32,6 @@ on:
3332
- 'rust/cubeorchestrator/**'
3433
- 'rust/cubeshared/**'
3534
- 'rust/cubesqlplanner/**'
36-
- 'rust/cubetranspilers/**'
3735
- '.eslintrc.js'
3836
- '.prettierrc'
3937
- 'package.json'
@@ -57,15 +55,10 @@ jobs:
5755
node-version: [20.x, 22.x]
5856
python-version: [3.11]
5957
transpile-worker-threads: [false, true]
60-
transpile-native: [false, true]
61-
exclude:
62-
- transpile-worker-threads: true
63-
transpile-native: true
6458
fail-fast: false
6559

6660
env:
6761
CUBEJS_TRANSPILATION_WORKER_THREADS: ${{ matrix.transpile-worker-threads }}
68-
CUBEJS_TRANSPILATION_NATIVE: ${{ matrix.transpile-native }}
6962
steps:
7063
- id: get-tag-out
7164
run: echo "$OUT"
@@ -140,9 +133,6 @@ jobs:
140133
- name: Cargo test cubeshared
141134
run: |
142135
cargo test --manifest-path rust/cubeshared/Cargo.toml -j 1
143-
- name: Cargo test cubetranspilers
144-
run: |
145-
cargo test --manifest-path rust/cubetranspilers/Cargo.toml -j 1
146136
# - name: Cargo test cubesql
147137
# run: |
148138
# cargo test --manifest-path rust/cubesql/Cargo.toml -j 1
@@ -206,9 +196,6 @@ jobs:
206196
- name: Cargo fmt cubeshared
207197
run: |
208198
cargo fmt --manifest-path rust/cubeshared/Cargo.toml -- --check
209-
- name: Cargo fmt cubetranspilers
210-
run: |
211-
cargo fmt --manifest-path rust/cubetranspilers/Cargo.toml -- --check
212199
# - name: Cargo fmt cubesql
213200
# run: |
214201
# cargo fmt --manifest-path rust/cubesql/Cargo.toml -- --check
@@ -276,9 +263,6 @@ jobs:
276263
- name: Cargo build cubeshared
277264
run: |
278265
cargo build --manifest-path rust/cubeshared/Cargo.toml -j 4
279-
- name: Cargo build cubetranspilers
280-
run: |
281-
cargo build --manifest-path rust/cubetranspilers/Cargo.toml -j 4
282266
# - name: Cargo build cubesql
283267
# run: |
284268
# cargo build --manifest-path rust/cubesql/Cargo.toml -j 4

0 commit comments

Comments
 (0)