mirror of
https://github.com/astral-sh/uv
synced 2026-06-21 13:47:25 +00:00
Update srs to 2026.06.11
This commit is contained in:
@@ -36,10 +36,10 @@ runs:
|
||||
~/.cargo/registry/cache
|
||||
~/.cargo/git/db
|
||||
~/.cargo/srs-artifact-cache-v2
|
||||
key: srs-artifacts-v2-2026.06.09-${{ runner.os }}-${{ runner.arch }}-${{ inputs.artifact-cache-scope }}-${{ hashFiles('**/Cargo.lock', '**/Cargo.toml', '**/rust-toolchain.toml', '.cargo/**') }}-${{ github.sha }}
|
||||
key: srs-artifacts-v2-2026.06.11-${{ runner.os }}-${{ runner.arch }}-${{ inputs.artifact-cache-scope }}-${{ hashFiles('**/Cargo.lock', '**/Cargo.toml', '**/rust-toolchain.toml', '.cargo/**') }}-${{ github.sha }}
|
||||
restore-keys: |
|
||||
srs-artifacts-v2-2026.06.09-${{ runner.os }}-${{ runner.arch }}-${{ inputs.artifact-cache-scope }}-${{ hashFiles('**/Cargo.lock', '**/Cargo.toml', '**/rust-toolchain.toml', '.cargo/**') }}-
|
||||
srs-artifacts-v2-2026.06.09-${{ runner.os }}-${{ runner.arch }}-${{ inputs.artifact-cache-scope }}-
|
||||
srs-artifacts-v2-2026.06.11-${{ runner.os }}-${{ runner.arch }}-${{ inputs.artifact-cache-scope }}-${{ hashFiles('**/Cargo.lock', '**/Cargo.toml', '**/rust-toolchain.toml', '.cargo/**') }}-
|
||||
srs-artifacts-v2-2026.06.11-${{ runner.os }}-${{ runner.arch }}-${{ inputs.artifact-cache-scope }}-
|
||||
|
||||
- name: "Restore Cargo target cache"
|
||||
if: ${{ inputs.target-path != '' }}
|
||||
@@ -47,10 +47,10 @@ runs:
|
||||
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
|
||||
with:
|
||||
path: ${{ inputs.target-path }}
|
||||
key: srs-target-v2-2026.06.09-${{ runner.os }}-${{ runner.arch }}-${{ inputs.artifact-cache-scope }}-${{ github.job }}-${{ hashFiles('**/Cargo.lock', '**/Cargo.toml', '**/rust-toolchain.toml', '.cargo/**') }}-${{ github.sha }}
|
||||
key: srs-target-v2-2026.06.11-${{ runner.os }}-${{ runner.arch }}-${{ inputs.artifact-cache-scope }}-${{ github.job }}-${{ hashFiles('**/Cargo.lock', '**/Cargo.toml', '**/rust-toolchain.toml', '.cargo/**') }}-${{ github.sha }}
|
||||
restore-keys: |
|
||||
srs-target-v2-2026.06.09-${{ runner.os }}-${{ runner.arch }}-${{ inputs.artifact-cache-scope }}-${{ github.job }}-${{ hashFiles('**/Cargo.lock', '**/Cargo.toml', '**/rust-toolchain.toml', '.cargo/**') }}-
|
||||
srs-target-v2-2026.06.09-${{ runner.os }}-${{ runner.arch }}-${{ inputs.artifact-cache-scope }}-${{ github.job }}-
|
||||
srs-target-v2-2026.06.11-${{ runner.os }}-${{ runner.arch }}-${{ inputs.artifact-cache-scope }}-${{ github.job }}-${{ hashFiles('**/Cargo.lock', '**/Cargo.toml', '**/rust-toolchain.toml', '.cargo/**') }}-
|
||||
srs-target-v2-2026.06.11-${{ runner.os }}-${{ runner.arch }}-${{ inputs.artifact-cache-scope }}-${{ github.job }}-
|
||||
|
||||
- name: "Install srs"
|
||||
shell: bash
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
version="2026.06.09"
|
||||
version="2026.06.11"
|
||||
toolchain="srs-${version}"
|
||||
|
||||
case "$(uname -s)-$(uname -m)" in
|
||||
Darwin-arm64)
|
||||
target="aarch64-apple-darwin"
|
||||
checksum="0f81e1d4d4ecaf6ceaf190ce273ed7a1f0dbeba4f673d600455a3dee41516177"
|
||||
checksum="1af16e9d499b8c0b03598fbc109712f5168aafe102d7e7a182815faa7265c790"
|
||||
;;
|
||||
Linux-x86_64)
|
||||
target="x86_64-unknown-linux-gnu"
|
||||
checksum="45477e527129c972ebf7970677fd36e50e853a8d21ec949ae711b7a63a030fbb"
|
||||
checksum="cb8381108109251ed491b43ee4473bfdb6f143bf5f17ceea2af98320bb4227a4"
|
||||
;;
|
||||
*)
|
||||
echo "srs ${version} does not support $(uname -s)-$(uname -m)" >&2
|
||||
|
||||
@@ -90,8 +90,6 @@ jobs:
|
||||
|
||||
- name: "Cargo test"
|
||||
env:
|
||||
# The Linux test suite exercises catch_unwind, which currently requires LLVM.
|
||||
RUSTFLAGS: -Zcodegen-backend=llvm
|
||||
# Retry more than default to reduce flakes in CI
|
||||
UV_HTTP_RETRIES: 5
|
||||
RUST_BACKTRACE: 1
|
||||
@@ -177,8 +175,6 @@ jobs:
|
||||
|
||||
- name: "Cargo test"
|
||||
env:
|
||||
# sld-linked test binaries currently crash during nextest discovery.
|
||||
RUSTFLAGS: -C linker=/usr/bin/clang
|
||||
# Retry more than default to reduce flakes in CI
|
||||
UV_HTTP_RETRIES: 5
|
||||
RUST_BACKTRACE: 1
|
||||
|
||||
Reference in New Issue
Block a user