Skip to content

Commit

Permalink
risv64: The literal pool can fit at most 494 IMUL_RCP literals
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaZezulinsky committed Oct 21, 2024
1 parent 9a91d40 commit 4b0b18c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
config:
- {arch: x86_64, branch: latest-stable}
- {arch: aarch64, branch: latest-stable}
- {arch: riscv64, branch: edge}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -91,12 +90,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: linux-aarch64
path: linux-aarch64
- name: Linux riscv64
uses: actions/download-artifact@v3
with:
name: linux-riscv64
path: linux-riscv64
path: linux-arm64
- name: Darwin x86_64
uses: actions/download-artifact@v3
with:
Expand All @@ -114,7 +108,7 @@ jobs:
path: windows-x86_64
- name: Create zip
run: |
zip -r librandomy linux-x86_64 linux-aarch64 linux-riscv64 darwin-arm64 darwin-x86_64 windows-x86_64
zip -r librandomy linux-x86_64 linux-arm64 darwin-arm64 darwin-x86_64 windows-x86_64
- name: Bump version
id: version_bump
uses: anothrNick/[email protected]
Expand Down

0 comments on commit 4b0b18c

Please sign in to comment.