Skip to content

Commit

Permalink
Temporary disable riscv target due to a build problem
Browse files Browse the repository at this point in the history
I need to investigate further what kind of problem is that.
  • Loading branch information
philss committed Oct 27, 2023
1 parent 94c1c76 commit 4d94f87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- { target: aarch64-apple-darwin, os: macos-11 }
- { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
- { target: aarch64-unknown-linux-musl, os: ubuntu-20.04, use-cross: true }
- { target: riscv64gc-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true, cargo-args: "--no-default-features" }
# - { target: riscv64gc-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true, cargo-args: "--no-default-features" }
- { target: x86_64-apple-darwin, os: macos-11 }
- { target: x86_64-pc-windows-gnu, os: windows-2022, rustflags: "-C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma" }
- { target: x86_64-pc-windows-gnu, os: windows-2022, variant: "legacy_cpu" }
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Build the project
id: build-crate
uses: philss/rustler-precompiled-action@ps-experimental-no-default-features-for-nif-version
uses: philss/rustler-precompiled-action@v1.1.3
with:
project-name: explorer
project-version: ${{ env.PROJECT_VERSION }}
Expand Down

0 comments on commit 4d94f87

Please sign in to comment.