Skip to content

Commit

Permalink
ci: disable linux arm64 target due to lack of executable for this target
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Jan 25, 2024
1 parent 41003c3 commit 629a6d2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,11 @@ jobs:
- name: "Linux x86"
runner: matterlabs-ci-runner
target: "x86_64-unknown-linux-musl"
- name: "Linux arm64"
runner: matterlabs-ci-runner-arm
target: "aarch64-unknown-linux-musl"
rustflags: "-C link-arg=-Wl,-Bstatic -C link-arg=-lc -C link-arg=-L/usr/lib/llvm-15/lib/clang/15.0.7/lib/linux/ -C link-arg=-lclang_rt.builtins-aarch64"
# Linux ARM64 is not supported yet due to lack of Vyper executable for Linux arm64
# - name: "Linux arm64"
# runner: matterlabs-ci-runner-arm
# target: "aarch64-unknown-linux-musl"
# rustflags: "-C link-arg=-Wl,-Bstatic -C link-arg=-lc -C link-arg=-L/usr/lib/llvm-15/lib/clang/15.0.7/lib/linux/ -C link-arg=-lclang_rt.builtins-aarch64"
runs-on: ${{ matrix.runner }}
name: ${{ matrix.name }}
container:
Expand Down

0 comments on commit 629a6d2

Please sign in to comment.