Skip to content

Commit

Permalink
ci: refactor kcl test scripts for different target os
Browse files Browse the repository at this point in the history
Signed-off-by: Peefy <xpf6677@163.com>
  • Loading branch information
Peefy committed Feb 15, 2025
1 parent 9420222 commit 4d1ca28
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 54 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
with:
name: kcl-${{ env.VERSION }}-linux-musl
if-no-files-found: error
path: _build/kclvm-${{ env.VERSION }}-linux-amd64.tar.gz
path: _build/kclvm-${{ env.VERSION }}-linux-amd64.tar.gz
49 changes: 0 additions & 49 deletions .github/workflows/build-test-ubuntu-arm64.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install rust nightly toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.79
toolchain: 1.83
override: true
components: clippy, rustfmt
- name: Code format check
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions docs/dev_guide/2.quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Using a docker image is our recommended way, of course, you can also configure y
#### macOS and OS X

- `git`
- `Rust 1.79+`
- `Rust 1.83+`
- `LLVM 12` (Optional, only for the LLVM backend and release)
- `Python 3.7+` (Optional, only for integration tests)

Expand All @@ -63,7 +63,7 @@ export PATH=<your LLVM 12 install location>/bin:$PATH
#### Linux

- `git`
- `Rust 1.79+`
- `Rust 1.83+`
- `LLVM 12` (Optional, only for the LLVM backend and release)
- `Python3 Building Dependencies` (Optional, only for integration tests)

Expand Down Expand Up @@ -106,7 +106,7 @@ ln -sf /usr/bin/wasm-ld-12 /usr/bin/wasm-ld
#### Windows

- `git`
- `Rust 1.79+`
- `Rust 1.83+`
- `LLVM 12` (Optional, only for the LLVM backend and release)
- `Python 3.7+` (Only for integration tests)

Expand Down

0 comments on commit 4d1ca28

Please sign in to comment.