use hard float variant

This commit is contained in:
Clément DOUIN
2024-11-21 15:28:05 +01:00
parent aeb95ad054
commit 7c9515adc1
2 changed files with 11 additions and 11 deletions

View File

@@ -10,18 +10,18 @@ jobs:
fail-fast: false
matrix:
include:
- target: x86_64-linux
os: ubuntu-latest
- target: aarch64-linux
os: ubuntu-latest
# - target: x86_64-linux
# os: ubuntu-latest
# - target: aarch64-linux
# os: ubuntu-latest
- target: armv7-linux
os: ubuntu-latest
- target: x86_64-windows
os: ubuntu-latest
- target: x86_64-darwin
os: macos-13
- target: aarch64-darwin
os: macos-14
# - target: x86_64-windows
# os: ubuntu-latest
# - target: x86_64-darwin
# os: macos-13
# - target: aarch64-darwin
# os: macos-14
steps:
- name: Checkout code
uses: actions/checkout@v4

View File

@@ -49,7 +49,7 @@
};
armv7-linux = {
rustTarget = "armv7-unknown-linux-musleabi";
rustTarget = "armv7-unknown-linux-musleabihf";
runner = { pkgs, himalaya }: "${pkgs.qemu}/bin/qemu-arm ${himalaya}";
mkPackage = { pkgs, ... }: package:
let