mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03:00
ci: build compiler for baseline instead of spacemit_x60 on riscv64-linux
This commit is contained in:
@@ -6,7 +6,7 @@ set -x
|
||||
set -e
|
||||
|
||||
TARGET="riscv64-linux-musl"
|
||||
MCPU="spacemit_x60"
|
||||
MCPU="baseline"
|
||||
CACHE_BASENAME="zig+llvm+lld+clang-riscv64-linux-musl-0.16.0-dev.104+689461e31"
|
||||
PREFIX="$HOME/deps/$CACHE_BASENAME"
|
||||
ZIG="$PREFIX/bin/zig"
|
||||
|
||||
@@ -6,7 +6,7 @@ set -x
|
||||
set -e
|
||||
|
||||
TARGET="riscv64-linux-musl"
|
||||
MCPU="spacemit_x60"
|
||||
MCPU="baseline"
|
||||
CACHE_BASENAME="zig+llvm+lld+clang-riscv64-linux-musl-0.16.0-dev.104+689461e31"
|
||||
PREFIX="$HOME/deps/$CACHE_BASENAME"
|
||||
ZIG="$PREFIX/bin/zig"
|
||||
|
||||
Reference in New Issue
Block a user