From 2aa4f4b9629d5b9091a20fa8801551b9d8d2e549 Mon Sep 17 00:00:00 2001 From: linux_china Date: Mon, 11 Mar 2024 22:52:40 +0800 Subject: [PATCH] build(ci): remove llvm backend --- .github/workflows/build.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c4c4f6e..383b96c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ env: CARGO_TERM_COLOR: always jobs: - build-on-unix: + build-on-linux: name: ${{ matrix.version }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: @@ -35,21 +35,8 @@ jobs: fileName: zawk-aarch64-apple-darwin steps: - uses: actions/checkout@v4 - - name: Cache LLVM 15 - id: cache-llvm-15 - uses: actions/cache@v4 - with: - path: ${{ runner.temp }}/llvm - key: ${{ runner.os }}-llvm-15 - - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v1 - with: - version: "15.0.7" - directory: ${{ runner.temp }}/llvm - name: Build run: cargo build --features llvm_backend - env: - LLVM_SYS_150_PREFIX: ${{ runner.temp }}/llvm build-on-windows: name: ${{ matrix.version }} on ${{ matrix.os }}