mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
build: update to Zig 0.11.0
This commit is contained in:
@@ -11,7 +11,7 @@ unset RUSTFLAGS
|
|||||||
# Pin Rust version to avoid uncontrolled changes in the compiler and linker flags.
|
# Pin Rust version to avoid uncontrolled changes in the compiler and linker flags.
|
||||||
export RUSTUP_TOOLCHAIN=1.71.0
|
export RUSTUP_TOOLCHAIN=1.71.0
|
||||||
|
|
||||||
ZIG_VERSION=0.11.0-dev.2213+515e1c93e
|
ZIG_VERSION=0.11.0
|
||||||
|
|
||||||
# Download Zig
|
# Download Zig
|
||||||
rm -fr "$ZIG_VERSION" "zig-linux-x86_64-$ZIG_VERSION.tar.xz"
|
rm -fr "$ZIG_VERSION" "zig-linux-x86_64-$ZIG_VERSION.tar.xz"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ unset RUSTFLAGS
|
|||||||
# Pin Rust version to avoid uncontrolled changes in the compiler and linker flags.
|
# Pin Rust version to avoid uncontrolled changes in the compiler and linker flags.
|
||||||
export RUSTUP_TOOLCHAIN=1.71.0
|
export RUSTUP_TOOLCHAIN=1.71.0
|
||||||
|
|
||||||
ZIG_VERSION=0.11.0-dev.2213+515e1c93e
|
ZIG_VERSION=0.11.0
|
||||||
|
|
||||||
# Download Zig
|
# Download Zig
|
||||||
rm -fr "$ZIG_VERSION" "zig-linux-x86_64-$ZIG_VERSION.tar.xz"
|
rm -fr "$ZIG_VERSION" "zig-linux-x86_64-$ZIG_VERSION.tar.xz"
|
||||||
|
|||||||
Reference in New Issue
Block a user