Skip to content

Commit

Permalink
remove transpilers
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Feb 21, 2025
1 parent d5bedd1 commit 3f57ed6
Show file tree
Hide file tree
Showing 32 changed files with 31 additions and 6,911 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
- 'packages/**'
- 'rust/cubestore/**'
- 'rust/cubesql/**'
- 'rust/cubetranspilers/**'
- '.eslintrc.js'
- '.prettierrc'
- 'package.json'
Expand All @@ -25,7 +24,6 @@ on:
- 'packages/**'
- 'rust/cubestore/**'
- 'rust/cubesql/**'
- 'rust/cubetranspilers/**'
- '.eslintrc.js'
- '.prettierrc'
- 'package.json'
Expand All @@ -46,15 +44,10 @@ jobs:
node-version: [20.x, 22.x]
python-version: [3.11]
transpile-worker-threads: [false, true]
transpile-native: [false, true]
exclude:
- transpile-worker-threads: true
transpile-native: true
fail-fast: false

env:
CUBEJS_TRANSPILATION_WORKER_THREADS: ${{ matrix.transpile-worker-threads }}
CUBEJS_TRANSPILATION_NATIVE: ${{ matrix.transpile-native }}
steps:
- id: get-tag-out
run: echo "$OUT"
Expand Down Expand Up @@ -120,9 +113,6 @@ jobs:
# files: ./packages/*/coverage/clover.xml
# flags: cube-backend
# verbose: true # optional (default = false)
- name: Cargo test cubetranspilers
run: |
cargo test --manifest-path rust/cubetranspilers/Cargo.toml -j 1
lint:
runs-on: ubuntu-20.04
timeout-minutes: 60
Expand Down Expand Up @@ -170,9 +160,6 @@ jobs:
run: yarn lint:npm
- name: Lerna lint
run: yarn lerna run --concurrency 1 lint
- name: Cargo fmt cubetranspilers
run: |
cargo fmt --manifest-path rust/cubetranspilers/Cargo.toml -- --check

build:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -225,9 +212,6 @@ jobs:
run: yarn lerna run --concurrency 1 build
env:
NODE_OPTIONS: --max_old_space_size=4096
- name: Cargo build cubetranspilers
run: |
cargo build --manifest-path rust/cubetranspilers/Cargo.toml -j 4

build-cubestore:
needs: [latest-tag-sha]
Expand Down
Loading

0 comments on commit 3f57ed6

Please sign in to comment.