chore: Rust version bump to 1.88 (#14167)
CI / test-ubuntu-latest (push) Waiting to run Details
CI / test-sanitizer-address (push) Waiting to run Details
CI / build-debian-old (push) Waiting to run Details
CI / build-macos-latest (push) Waiting to run Details
CI / build-32bit (push) Waiting to run Details
CI / build-libc-malloc (push) Waiting to run Details
CI / build-centos-jemalloc (push) Waiting to run Details
CI / build-old-chain-jemalloc (push) Waiting to run Details
Codecov / code-coverage (push) Waiting to run Details
External Server Tests / test-external-standalone (push) Waiting to run Details
External Server Tests / test-external-cluster (push) Waiting to run Details
External Server Tests / test-external-nodebug (push) Waiting to run Details
Spellcheck / Spellcheck (push) Waiting to run Details

Simple version bump from Rust 1.87 to Rust 1.88 to make nightly build
again.
This commit is contained in:
Jonas Kruckenberg 2025-07-06 13:44:40 +02:00 committed by GitHub
parent ffd41540f0
commit 17ffb1ab80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ clean_environment: uninstall-rust
# Keep all of the Rust stuff in one place # Keep all of the Rust stuff in one place
install-rust: install-rust:
ifeq ($(INSTALL_RUST_TOOLCHAIN),yes) ifeq ($(INSTALL_RUST_TOOLCHAIN),yes)
@RUST_VERSION=1.87.0; \ @RUST_VERSION=1.88.0; \
ARCH="$$(uname -m)"; \ ARCH="$$(uname -m)"; \
if ldd --version 2>&1 | grep -q musl; then LIBC_TYPE="musl"; else LIBC_TYPE="gnu"; fi; \ if ldd --version 2>&1 | grep -q musl; then LIBC_TYPE="musl"; else LIBC_TYPE="gnu"; fi; \
echo "Detected architecture: $${ARCH} and libc: $${LIBC_TYPE}"; \ echo "Detected architecture: $${ARCH} and libc: $${LIBC_TYPE}"; \