-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
risv64: The literal pool can fit at most 494 IMUL_RCP literals
- Loading branch information
1 parent
9a91d40
commit 4b0b18c
Showing
1 changed file
with
2 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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: | ||
|
@@ -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] | ||
|