Browse Source

Merge pull request #5435 from martin-frbg/update_rvv_ci

Update the riscv-collab llvm toolchain in CI to its latest nightly build
develop
Martin Kroeker GitHub 10 months ago
parent
commit
c31861ea62
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/riscv64_vector.yml

+ 1
- 1
.github/workflows/riscv64_vector.yml View File

@@ -17,7 +17,7 @@ jobs:
triple: riscv64-unknown-linux-gnu
riscv_gnu_toolchain: https://github.com/riscv-collab/riscv-gnu-toolchain
riscv_gnu_toolchain_version: 13.2.0
riscv_gnu_toolchain_nightly_download_path: /releases/download/2024.02.02/riscv64-glibc-ubuntu-22.04-llvm-nightly-2024.02.02-nightly.tar.gz
riscv_gnu_toolchain_nightly_download_path: /releases/download/2025.08.29/riscv64-glibc-ubuntu-22.04-llvm-nightly-2025.08.29-nightly.tar.xz
strategy:
fail-fast: false
matrix:


Loading…
Cancel
Save