diff options
| author | Theo Buehler <tb@openbsd.org> | 2026-08-14 06:30:46 +0200 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2026-08-14 06:30:46 +0200 |
| commit | efe89d62d32e71a720dfd7ebae57d5cd2f204bf2 (patch) | |
| tree | bf9cfab1f6e7d52495d71ac80599b16b5cd09e40 /.github/workflows | |
| parent | 239c0012901752dc3abbd7f78d0ece3d731cc19c (diff) | |
| parent | 9d9f450f475fa1fa0bf5efcddeccb24b2b68e929 (diff) | |
| download | portable-efe89d62d32e71a720dfd7ebae57d5cd2f204bf2.tar.gz portable-efe89d62d32e71a720dfd7ebae57d5cd2f204bf2.tar.bz2 portable-efe89d62d32e71a720dfd7ebae57d5cd2f204bf2.zip | |
Land #1362 - enable RISC-V BN asm
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/linux.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ad13ed8..4fbe987 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml | |||
| @@ -35,6 +35,9 @@ jobs: | |||
| 35 | - os: "ubuntu-24.04" # loong64 | 35 | - os: "ubuntu-24.04" # loong64 |
| 36 | arch: "loong64" | 36 | arch: "loong64" |
| 37 | compiler: "gcc" | 37 | compiler: "gcc" |
| 38 | - os: "ubuntu-24.04" | ||
| 39 | arch: "riscv64" | ||
| 40 | compiler: "gcc" | ||
| 38 | - os: "ubuntu-24.04-arm" | 41 | - os: "ubuntu-24.04-arm" |
| 39 | arch: "native" | 42 | arch: "native" |
| 40 | compiler: "gcc" | 43 | compiler: "gcc" |
| @@ -68,6 +71,9 @@ jobs: | |||
| 68 | mips64) | 71 | mips64) |
| 69 | packages+=(qemu-user-static binfmt-support g++-mips64el-linux-gnuabi64) | 72 | packages+=(qemu-user-static binfmt-support g++-mips64el-linux-gnuabi64) |
| 70 | ;; | 73 | ;; |
| 74 | riscv64) | ||
| 75 | packages+=(qemu-user-static binfmt-support g++-riscv64-linux-gnu) | ||
| 76 | ;; | ||
| 71 | esac | 77 | esac |
| 72 | sudo apt-get update | 78 | sudo apt-get update |
| 73 | sudo apt-get install -y "${packages[@]}" | 79 | sudo apt-get install -y "${packages[@]}" |
