1
0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2025-01-21 15:50:01 +01:00
BLAKE3/.github/workflows
Jack O'Connor 13f6c6fb7a blake3_guts_riscv64gcv_hash_parents
The test command is currently:

    CC="$HOME/llvm-project/build/bin/clang" \
    CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_LINKER=riscv64-linux-gnu-gcc \
    CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_RUSTFLAGS="-L /usr/lib/gcc/riscv64-linux-gnu/12.2.0" \
    CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_RUNNER="$HOME/qemu/build/qemu-riscv64 -L /usr/riscv64-linux-gnu -cpu rv64,v=true,vext_spec=v1.0,vlen=512,zbb=true,x-zvbb=true" \
    cargo test --target riscv64gc-unknown-linux-gnu
2023-08-01 08:33:44 +08:00
..
build_b3sum.py add another retry loop to upload_github_release_asset.py 2022-11-20 17:18:35 -08:00
ci.yml blake3_guts_riscv64gcv_hash_parents 2023-08-01 08:33:44 +08:00
tag.yml add the MSRV toolchain (currently 1.60.0) to CI 2022-11-20 12:45:11 -08:00
upload_github_release_asset.py add another retry loop to upload_github_release_asset.py 2022-11-20 17:18:35 -08:00