fix(aspacem): raise amd64 managed address ceiling to 1 TiB#22
Conversation
7d8cb8b to
5714dad
Compare
Greptile SummaryThis PR bundles two related fixes for CodSpeed's ARM64 CI environment: it raises the amd64
Confidence Score: 5/5Both the address-space ceiling increase and the Cortex-A72 LLSC fallback detection are targeted, well-bounded changes with no regressions for other platforms; safe to merge. The amd64 aspacem_maxAddr increase to 1 TiB stays well inside the 47-bit user VA limit, and the ENABLE_INNER clamp is preserved. The Cortex-A72 detection adds a compound AND condition that is safe-direction on a false positive. CI additions are consistent with existing patterns and LFS is already enabled. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "fix(aspacem): raise amd64 managed addres..." | Re-trigger Greptile |
snmalloc-rs as a global allocator aborts under Callgrind because its startup mmap of a flat 256 GiB MAP_NORESERVE range returns EINVAL. On amd64-linux the address-space manager capped the managed range at 128 GiB, placing vStart (the client/Valgrind split) at ~64 GiB, so the largest floating client hole was ~62 GiB and any larger reservation was vetoed by VG_(am_get_advisory). Raise aspacem_maxAddr to 1 TiB (vStart ~512 GiB, ~512 GiB client hole), scoped to VGP_amd64_linux so other 64-bit ports keep 128 GiB (some arm64 kernels expose only a 39-bit user VA). No effect on Callgrind placement semantics; the fork ships only the 64-bit Callgrind tool. Refs COD-3073
5714dad to
5dc8a71
Compare
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [CodSpeedHQ/action](https://redirect.github.com/CodSpeedHQ/action) | action | patch | `v4.18.4` → `v4.18.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/5322) for more information. --- ### Release Notes <details> <summary>CodSpeedHQ/action (CodSpeedHQ/action)</summary> ### [`v4.18.5`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.18.5) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.18.4...v4.18.5) #### Release Notes ##### <!-- 10 -->💼 Other - Bump pinned valgrind-codspeed to [3.26.0-0codspeed6](https://redirect.github.com/CodSpeedHQ/valgrind-codspeed/releases/tag/3.26.0-0codspeed6) ([#​448](https://redirect.github.com/CodSpeedHQ/action/issues/448)) by [@​adriencaccia](https://redirect.github.com/adriencaccia) in [#​448](https://redirect.github.com/CodSpeedHQ/runner/pull/448) - fix: hangs on ARM64 due to atomics by [@​not-matthias](https://redirect.github.com/not-matthias) in [CodSpeedHQ/valgrind-codspeed#23](https://redirect.github.com/CodSpeedHQ/valgrind-codspeed/pull/23) - fix(aspacem): raise amd64 managed address ceiling to 1 TiB by [@​not-matthias](https://redirect.github.com/not-matthias) in [CodSpeedHQ/valgrind-codspeed#22](https://redirect.github.com/CodSpeedHQ/valgrind-codspeed/pull/22) #### Install codspeed-runner 4.18.4 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.18.4 | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-apple-darwin.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-aarch64-apple-darwin.tar.gz.sha256) | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md> **Full Changelog**: <CodSpeedHQ/action@v4.18.4...v4.18.5> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Type | Update | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [CodSpeedHQ/action](https://redirect.github.com/CodSpeedHQ/action) | action | patch | `v4.18.1` → `v4.18.5` |  |  | | [chainguard-dev/apko](https://redirect.github.com/chainguard-dev/apko) | | patch | `v1.2.21` → `v1.2.24` |  |  | | [chainguard-dev/melange](https://redirect.github.com/chainguard-dev/melange) | | patch | `v0.56.0` → `v0.56.1` |  |  | | [charm.land/bubbles/v2](https://redirect.github.com/charmbracelet/bubbles) | require | patch | `v2.1.0` → `v2.1.1` |  |  | | [charm.land/lipgloss/v2](https://redirect.github.com/charmbracelet/lipgloss) | require | patch | `v2.0.4` → `v2.0.5` |  |  | | [dhi.io/nats](https://dhi.io/catalog/nats) ([source](https://redirect.github.com/docker-hardened-images/definitions)) | | digest | `d42d0f3` → `a142c2d` | | | | [dhi.io/postgres](https://dhi.io/catalog/postgres) ([source](https://redirect.github.com/docker-hardened-images/definitions)) | | digest | `50a57c1` → `2ff0d4a` | | | | [ghcr.io/astral-sh/uv](https://redirect.github.com/astral-sh/uv) | stage | patch | `0.11.26` → `0.11.28` |  |  | | [github.com/sigstore/sigstore-go](https://redirect.github.com/sigstore/sigstore-go) | require | patch | `v1.2.1` → `v1.2.2` |  |  | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | minor | `v4.36.3` → `v4.37.0` |  |  | | golang | stage | digest | `3ad5730` → `0178a64` | | | | [golang.org/x/term](https://pkg.go.dev/golang.org/x/term) | require | minor | [`v0.44.0` → `v0.45.0`](https://cs.opensource.google/go/x/term/+/refs/tags/v0.44.0...refs/tags/v0.45.0) |  |  | | [goreleaser/goreleaser](https://redirect.github.com/goreleaser/goreleaser) | | minor | `v2.16.0` → `v2.17.0` |  |  | --- ### Release Notes <details> <summary>CodSpeedHQ/action (CodSpeedHQ/action)</summary> ### [`v4.18.5`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.18.5) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.18.4...v4.18.5) #### Release Notes ##### <!-- 10 -->💼 Other - Bump pinned valgrind-codspeed to [3.26.0-0codspeed6](https://redirect.github.com/CodSpeedHQ/valgrind-codspeed/releases/tag/3.26.0-0codspeed6) ([#​448](https://redirect.github.com/CodSpeedHQ/action/issues/448)) by [@​adriencaccia](https://redirect.github.com/adriencaccia) in [#​448](https://redirect.github.com/CodSpeedHQ/runner/pull/448) - fix: hangs on ARM64 due to atomics by [@​not-matthias](https://redirect.github.com/not-matthias) in [CodSpeedHQ/valgrind-codspeed#23](https://redirect.github.com/CodSpeedHQ/valgrind-codspeed/pull/23) - fix(aspacem): raise amd64 managed address ceiling to 1 TiB by [@​not-matthias](https://redirect.github.com/not-matthias) in [CodSpeedHQ/valgrind-codspeed#22](https://redirect.github.com/CodSpeedHQ/valgrind-codspeed/pull/22) #### Install codspeed-runner 4.18.4 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.18.4 | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-apple-darwin.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-aarch64-apple-darwin.tar.gz.sha256) | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md> **Full Changelog**: <CodSpeedHQ/action@v4.18.4...v4.18.5> ### [`v4.18.4`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.18.4) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.18.2...v4.18.4) #### What's Changed - fix 4.18.3 runner hash – [`bf19f56`](https://redirect.github.com/CodSpeedHQ/action/commit/bf19f56fe8857e83e4343138c1a927e56f666e3b) by [@​adriencaccia](https://redirect.github.com/adriencaccia) **Full Changelog**: <CodSpeedHQ/action@v4.18.3...v4.18.4> ### [`v4.18.2`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.18.2) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.18.1...v4.18.2) #### Release Notes ##### <!-- 1 -->🐛 Bug Fixes - Source forwarded env below memtrack's capability boundary by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​439](https://redirect.github.com/CodSpeedHQ/runner/pull/439) ##### <!-- 7 -->⚙️ Internals - chore: bump runner version to 4.18.2 by [@​github-actions](https://redirect.github.com/github-actions)\[bot] in [#​219](https://redirect.github.com/CodSpeedHQ/action/pull/219) #### Install codspeed-runner 4.18.2 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.18.2/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.18.2 | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-apple-darwin.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.2/codspeed-runner-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.2/codspeed-runner-aarch64-apple-darwin.tar.gz.sha256) | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.2/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.2/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.2/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.2/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md> **Full Changelog**: <CodSpeedHQ/action@v4.18.1...v4.18.2> </details> <details> <summary>chainguard-dev/apko (chainguard-dev/apko)</summary> ### [`v1.2.24`](https://redirect.github.com/chainguard-dev/apko/releases/tag/v1.2.24) [Compare Source](https://redirect.github.com/chainguard-dev/apko/compare/v1.2.23...v1.2.24) ##### Changelog - [`f2ad955`](https://redirect.github.com/chainguard-dev/apko/commit/f2ad95570365329f3063fc617162455f32c1afda) lock: embed keyring content in the lock file ([#​2322](https://redirect.github.com/chainguard-dev/apko/issues/2322)) ### [`v1.2.23`](https://redirect.github.com/chainguard-dev/apko/releases/tag/v1.2.23) [Compare Source](https://redirect.github.com/chainguard-dev/apko/compare/v1.2.22...v1.2.23) ##### Changelog - [`9d4b52d`](https://redirect.github.com/chainguard-dev/apko/commit/9d4b52d913063421165620da75b7926bbe211321) Add contents.runtime\_keyring for runtime APK trust ([#​2297](https://redirect.github.com/chainguard-dev/apko/issues/2297)) - [`ebe71ff`](https://redirect.github.com/chainguard-dev/apko/commit/ebe71ff2908910610421e5817298838f1e865400) Use flightCache for index cache implementation ([#​2175](https://redirect.github.com/chainguard-dev/apko/issues/2175)) ### [`v1.2.22`](https://redirect.github.com/chainguard-dev/apko/releases/tag/v1.2.22) [Compare Source](https://redirect.github.com/chainguard-dev/apko/compare/v1.2.21...v1.2.22) ##### Changelog - [`463cab4`](https://redirect.github.com/chainguard-dev/apko/commit/463cab44ae3454c02406d55c259e36f4ebfcc1f7) build(deps): bump chainguard-dev/actions/setup-registry from 1.6.24 to 1.6.26 ([#​2313](https://redirect.github.com/chainguard-dev/apko/issues/2313)) - [`59d7f49`](https://redirect.github.com/chainguard-dev/apko/commit/59d7f49ccdf5b333cd3be875a3563fae1b14d354) build(deps): bump chainguard.dev/sdk from 0.1.74 to 0.1.94 ([#​2309](https://redirect.github.com/chainguard-dev/apko/issues/2309)) - [`74c4920`](https://redirect.github.com/chainguard-dev/apko/commit/74c49209db70fe6b488ffc17c2be95a529cfbb79) build(deps): bump github.com/klauspost/compress from 1.18.6 to 1.19.0 ([#​2314](https://redirect.github.com/chainguard-dev/apko/issues/2314)) - [`8165fd4`](https://redirect.github.com/chainguard-dev/apko/commit/8165fd40c5dfad902122385ae6a78beb257ba3aa) build(deps): bump go.step.sm/crypto from 0.83.0 to 0.84.1 ([#​2301](https://redirect.github.com/chainguard-dev/apko/issues/2301)) - [`6fb33c4`](https://redirect.github.com/chainguard-dev/apko/commit/6fb33c44faab2f3b6155b5190ae389ceaf60a298) build(deps): bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 ([#​2312](https://redirect.github.com/chainguard-dev/apko/issues/2312)) - [`d7dc9ca`](https://redirect.github.com/chainguard-dev/apko/commit/d7dc9ca44ed085c9a2ae59cc23af8b06b5d6254a) build(deps): bump google.golang.org/api from 0.285.0 to 0.286.0 ([#​2298](https://redirect.github.com/chainguard-dev/apko/issues/2298)) - [`891d275`](https://redirect.github.com/chainguard-dev/apko/commit/891d27560c80f61cca2fd27e20408ca7e921b67d) build(deps): bump goreleaser/goreleaser-action from 7.2.2 to 7.2.3 ([#​2308](https://redirect.github.com/chainguard-dev/apko/issues/2308)) - [`f9189c2`](https://redirect.github.com/chainguard-dev/apko/commit/f9189c2afb477dd0f7ecab00f3751f0888553c4b) build(deps): bump zizmorcore/zizmor-action from 0.5.6 to 0.5.7 ([#​2295](https://redirect.github.com/chainguard-dev/apko/issues/2295)) </details> <details> <summary>chainguard-dev/melange (chainguard-dev/melange)</summary> ### [`v0.56.1`](https://redirect.github.com/chainguard-dev/melange/releases/tag/v0.56.1) [Compare Source](https://redirect.github.com/chainguard-dev/melange/compare/v0.56.0...v0.56.1) #### What's Changed - build(deps): bump the actions group across 1 directory with 4 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2583](https://redirect.github.com/chainguard-dev/melange/pull/2583) - build(deps): bump the gomod group across 1 directory with 6 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2585](https://redirect.github.com/chainguard-dev/melange/pull/2585) **Full Changelog**: <chainguard-dev/melange@v0.56.0...v0.56.1> </details> <details> <summary>charmbracelet/bubbles (charm.land/bubbles/v2)</summary> ### [`v2.1.1`](https://redirect.github.com/charmbracelet/bubbles/releases/tag/v2.1.1) [Compare Source](https://redirect.github.com/charmbracelet/bubbles/compare/v2.1.0...v2.1.1) ### Lil’ Textarea Fix This is a tiny patch to fix a bug in `textarea` where the prompt character could be missing styling on empty lines. That’s all for now! Thanks for using Bubbles, Charm 🌞 #### Changelog ##### Fixed - [`d2b2217`](https://redirect.github.com/charmbracelet/bubbles/commit/d2b2217d6352ce04183623d66d4266115419733c): fix(textarea): apply prompt style on all lines, including fillers ([@​meowgorithm](https://redirect.github.com/meowgorithm)) ##### Docs - [`a13f110`](https://redirect.github.com/charmbracelet/bubbles/commit/a13f110fba4f13ce5fe9bc7fd51619f5782077b9): docs: fix typo in README ([#​921](https://redirect.github.com/charmbracelet/bubbles/issues/921)) ([@​Rohan5commit](https://redirect.github.com/Rohan5commit)) *** <a href="https://charm.land/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-banner-next.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [X](https://x.com/charmcli), [Discord](https://charm.land/discord), [Slack](https://charm.land/slack), [The Fediverse](https://mastodon.social/@​charmcli), [Bluesky](https://bsky.app/profile/charm.land). </details> <details> <summary>charmbracelet/lipgloss (charm.land/lipgloss/v2)</summary> ### [`v2.0.5`](https://redirect.github.com/charmbracelet/lipgloss/releases/tag/v2.0.5) [Compare Source](https://redirect.github.com/charmbracelet/lipgloss/compare/v2.0.4...v2.0.5) #### Changelog *** <a href="https://charm.land/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-banner-next.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [X](https://x.com/charmcli), [Discord](https://charm.land/discord), [Slack](https://charm.land/slack), [The Fediverse](https://mastodon.social/@​charmcli), [Bluesky](https://bsky.app/profile/charm.land). </details> <details> <summary>astral-sh/uv (ghcr.io/astral-sh/uv)</summary> ### [`v0.11.28`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01128) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.27...0.11.28) Released on 2026-07-07. ##### Security This release updates our ZIP library, [astral-async-zip](https://redirect.github.com/astral-sh/rs-async-zip), to v0.0.20, which includes 15 changes that harden our ZIP handling against [parser differentials](https://www.brainonfire.net/blog/2022/04/11/what-is-parser-mismatch/). uv may reject ZIP archives with malformed or ambiguous content that were previously accepted. See the [upstream commits](https://redirect.github.com/astral-sh/rs-async-zip/compare/v0.0.18...v0.0.20) for a full list of changes. ##### Python - Upgrade GraalPy to 25.1.3 ([#​20069](https://redirect.github.com/astral-sh/uv/pull/20069)) ##### Enhancements - Improve trace logs for unexpected error chains ([#​20220](https://redirect.github.com/astral-sh/uv/pull/20220)) - Move lockfile update guidance to a hint ([#​20219](https://redirect.github.com/astral-sh/uv/pull/20219)) - Preserve indentation for multiline error causes ([#​20156](https://redirect.github.com/astral-sh/uv/pull/20156)) - Render user errors with their cause chains ([#​20217](https://redirect.github.com/astral-sh/uv/pull/20217)) - Route final command errors through the printer to respect `-q` and `-qq` ([#​20163](https://redirect.github.com/astral-sh/uv/pull/20163)) - Use standard rendering for `uv build` errors ([#​20159](https://redirect.github.com/astral-sh/uv/pull/20159)) - Use standard rendering for tool requirement errors ([#​20160](https://redirect.github.com/astral-sh/uv/pull/20160)) ##### Performance - Only compile bytecode for installed distributions in `uv pip install` ([#​19914](https://redirect.github.com/astral-sh/uv/pull/19914)) - Avoid allocating URL-safe Git revisions ([#​20194](https://redirect.github.com/astral-sh/uv/pull/20194)) - Avoid allocating canonical Python request strings ([#​20193](https://redirect.github.com/astral-sh/uv/pull/20193)) - Avoid allocating custom Astral mirror URLs ([#​20204](https://redirect.github.com/astral-sh/uv/pull/20204)) - Avoid allocating expanded compatibility tags ([#​20190](https://redirect.github.com/astral-sh/uv/pull/20190)) - Avoid allocating shell strings that need no escaping ([#​20196](https://redirect.github.com/astral-sh/uv/pull/20196)) - Avoid allocating static ABI descriptions ([#​20201](https://redirect.github.com/astral-sh/uv/pull/20201)) - Avoid allocating static Windows executable names ([#​20200](https://redirect.github.com/astral-sh/uv/pull/20200)) - Avoid allocating static dependency table names ([#​20199](https://redirect.github.com/astral-sh/uv/pull/20199)) - Avoid allocating static platform triple components ([#​20195](https://redirect.github.com/astral-sh/uv/pull/20195)) - Avoid allocating static resolver report labels ([#​20198](https://redirect.github.com/astral-sh/uv/pull/20198)) - Avoid allocating static unavailable-version messages ([#​20197](https://redirect.github.com/astral-sh/uv/pull/20197)) - Avoid allocating unchanged Python download architectures ([#​20202](https://redirect.github.com/astral-sh/uv/pull/20202)) - Avoid allocating unchanged paths during case normalization ([#​20203](https://redirect.github.com/astral-sh/uv/pull/20203)) - Avoid allocations when expanding group conflicts ([#​20211](https://redirect.github.com/astral-sh/uv/pull/20211)) - Avoid allocations when formatting requirements ([#​20206](https://redirect.github.com/astral-sh/uv/pull/20206)) - Avoid cloning credential lookup services ([#​20210](https://redirect.github.com/astral-sh/uv/pull/20210)) - Avoid cloning dry-run distributions ([#​20209](https://redirect.github.com/astral-sh/uv/pull/20209)) - Avoid cloning owned dependency metadata ([#​20212](https://redirect.github.com/astral-sh/uv/pull/20212)) - Avoid redundant direct URL clones ([#​20207](https://redirect.github.com/astral-sh/uv/pull/20207)) - Create metadata version errors lazily ([#​20205](https://redirect.github.com/astral-sh/uv/pull/20205)) - Optimize expanded tag compatibility checks ([#​20171](https://redirect.github.com/astral-sh/uv/pull/20171)) - Optimize parsing of single-digit three-part versions ([#​20118](https://redirect.github.com/astral-sh/uv/pull/20118)) ##### Bug fixes - Avoid overflow when computing HTTP cache age ([#​20178](https://redirect.github.com/astral-sh/uv/pull/20178)) - Respect `--upgrade` when `upgrade-package` is configured ([#​19955](https://redirect.github.com/astral-sh/uv/pull/19955)) - Support `uv tree` in dependency-group-only projects ([#​20167](https://redirect.github.com/astral-sh/uv/pull/20167)) - Treat cache entries as stale at exact expiration ([#​20183](https://redirect.github.com/astral-sh/uv/pull/20183)) ### [`v0.11.27`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01127) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.26...0.11.27) Released on 2026-07-06. ##### Enhancements - Continue on ignored errors when fetching wheel metadata ([#​12255](https://redirect.github.com/astral-sh/uv/pull/12255)) - Use caching for `--python-downloads-json-url` ([#​16749](https://redirect.github.com/astral-sh/uv/pull/16749)) ##### Preview features - Discover extensionless shebang scripts in `uv workspace list --scripts` ([#​20099](https://redirect.github.com/astral-sh/uv/pull/20099)) ##### Performance - Avoid full site-packages scans for direct reinstalls ([#​20119](https://redirect.github.com/astral-sh/uv/pull/20119)) - Avoid redundant pyproject parsing ([#​20076](https://redirect.github.com/astral-sh/uv/pull/20076)) - Cache default dependency markers when reading locks ([#​20125](https://redirect.github.com/astral-sh/uv/pull/20125)) - Enable SIMD-accelerated TOML parsing ([#​20079](https://redirect.github.com/astral-sh/uv/pull/20079)) - Intern `requires-python` specifiers in Simple API parsing ([#​20104](https://redirect.github.com/astral-sh/uv/pull/20104)) - Read cache entries into exact-sized buffers ([#​20120](https://redirect.github.com/astral-sh/uv/pull/20120)) - Reduce VersionSpecifiers parsing allocations ([#​20105](https://redirect.github.com/astral-sh/uv/pull/20105)) - Reduce site-packages scan allocation overhead ([#​20087](https://redirect.github.com/astral-sh/uv/pull/20087)) - Reuse package names when parsing wheel filenames ([#​20110](https://redirect.github.com/astral-sh/uv/pull/20110)) - Sort Simple API files after grouping ([#​20112](https://redirect.github.com/astral-sh/uv/pull/20112)) ##### Bug fixes - Always emit `packages` table for pylock.toml ([#​20145](https://redirect.github.com/astral-sh/uv/pull/20145)) - Avoid blank line for empty `uv pip tree` ([#​20062](https://redirect.github.com/astral-sh/uv/pull/20062)) - Encode hashes in file paths ([#​19807](https://redirect.github.com/astral-sh/uv/pull/19807)) - Error on a registry uv.lock package without a version instead of panicking ([#​19855](https://redirect.github.com/astral-sh/uv/pull/19855)) - Preserve conditional extra markers in exports ([#​20148](https://redirect.github.com/astral-sh/uv/pull/20148)) - Skip the ambiguous authority check for file transport VCS URLs ([#​20086](https://redirect.github.com/astral-sh/uv/pull/20086)) - Sync index format when `uv add --index` updates an existing index URL ([#​19818](https://redirect.github.com/astral-sh/uv/pull/19818)) ##### Other changes - Re-add `pub` APIs used in Pixi ([#​20074](https://redirect.github.com/astral-sh/uv/pull/20074)) - Update Rust toolchain to 1.96.1 ([#​20103](https://redirect.github.com/astral-sh/uv/pull/20103)) </details> <details> <summary>sigstore/sigstore-go (github.com/sigstore/sigstore-go)</summary> ### [`v1.2.2`](https://redirect.github.com/sigstore/sigstore-go/releases/tag/v1.2.2) [Compare Source](https://redirect.github.com/sigstore/sigstore-go/compare/v1.2.1...v1.2.2) ##### What's Changed - Reject certificate identity with no SAN or issuer criteria in [#​645](https://redirect.github.com/sigstore/sigstore-go/pull/645) - Support Verification in sigstore/cosign with X.509 Certificate Chain in [#​581](https://redirect.github.com/sigstore/sigstore-go/pull/581) **Full Changelog**: <sigstore/sigstore-go@v1.2.1...v1.2.2> </details> <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v4.37.0`](https://redirect.github.com/github/codeql-action/releases/tag/v4.37.0) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.36.3...v4.37.0) - Update default CodeQL bundle version to [2.26.0](https://redirect.github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.0). [#​3995](https://redirect.github.com/github/codeql-action/pull/3995) - In addition to the existing input format, the `config-file` input for the `codeql-action/init` step will soon support a new `[owner/]repo[@​ref][:path]` format. All components except the repository name are optional. If omitted, `owner` defaults to the same owner as the repository the analysis is running for, `ref` to `main`, and `path` to `.github/codeql-action.yaml`. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. [#​3973](https://redirect.github.com/github/codeql-action/pull/3973) </details> <details> <summary>goreleaser/goreleaser (goreleaser/goreleaser)</summary> ### [`v2.17.0`](https://redirect.github.com/goreleaser/goreleaser/releases/tag/v2.17.0) [Compare Source](https://redirect.github.com/goreleaser/goreleaser/compare/v2.16.0...v2.17.0) #### Announcement Read the official announcement: [Announcing GoReleaser v2.17](https://goreleaser.com/blog/goreleaser-v2.17/). #### Changelog ##### New Features - [`31d4279`](https://redirect.github.com/goreleaser/goreleaser/commit/31d427926bf91dede0f208d4b034c4b35dfb5507): feat(brew,cask,krew,nix,scoop,winget): default pull request branch name ([#​6685](https://redirect.github.com/goreleaser/goreleaser/issues/6685)) ([@​caarlos0](https://redirect.github.com/caarlos0)) - [`e5f075b`](https://redirect.github.com/goreleaser/goreleaser/commit/e5f075b7a372541a1db505f3dc4015d1495714c5): feat(dockers/v2): retry build ([@​caarlos0](https://redirect.github.com/caarlos0)) - [`cd5f16b`](https://redirect.github.com/goreleaser/goreleaser/commit/cd5f16b42e09c8b8994e7722e034fb79770d9273): feat(nfpm): support msix packages ([#​6647](https://redirect.github.com/goreleaser/goreleaser/issues/6647)) ([@​umaidshahid](https://redirect.github.com/umaidshahid) and [@​caarlos0](https://redirect.github.com/caarlos0)) - [`43be34a`](https://redirect.github.com/goreleaser/goreleaser/commit/43be34a1cd33dc36fad9a2626251f29fa81eed61): feat(scm): allow a custom token on the release repository ([#​6689](https://redirect.github.com/goreleaser/goreleaser/issues/6689)) ([@​caarlos0](https://redirect.github.com/caarlos0)) - [`5ed70f2`](https://redirect.github.com/goreleaser/goreleaser/commit/5ed70f2d19c85eb9589f0316073ef42930a78c3b): feat(winget): allow configuring the manifest locale ([#​6680](https://redirect.github.com/goreleaser/goreleaser/issues/6680)) ([@​caarlos0](https://redirect.github.com/caarlos0)) - [`6f7175a`](https://redirect.github.com/goreleaser/goreleaser/commit/6f7175a0ec98ecae6b00548922648da27c330716): feat: Allow GOARM softfloat and hardfloat ([#​6198](https://redirect.github.com/goreleaser/goreleaser/issues/6198)) ([@​MDr164](https://redirect.github.com/MDr164) and [@​caarlos0](https://redirect.github.com/caarlos0)) ##### Security updates - [`b985ca8`](https://redirect.github.com/goreleaser/goreleaser/commit/b985ca8dc6b231440d98ff5e018c7c40678f0baa): sec(deps): bump go-pkcs12 to v0.7.2 (GO-2026-5052) ([#​6683](https://redirect.github.com/goreleaser/goreleaser/issues/6683)) ([@​caarlos0](https://redirect.github.com/caarlos0)) - [`7c73b82`](https://redirect.github.com/goreleaser/goreleaser/commit/7c73b82e0822ebaded3b193e045ffb173befa58a): sec(deps): update golang.org/x/net ([@​caarlos0](https://redirect.github.com/caarlos0)) ##### Bug fixes - [`7d602ff`](https://redirect.github.com/goreleaser/goreleaser/commit/7d602ff39b52b7edbdf3340dd548f1238ccd656b): fix(builders): reject empty target string ([#​6679](https://redirect.github.com/goreleaser/goreleaser/issues/6679)) ([@​sueun-dev](https://redirect.github.com/sueun-dev)) - [`355d706`](https://redirect.github.com/goreleaser/goreleaser/commit/355d706ba6ee76a8dcabbc55902840376548d774): fix(client): skip merge-upstream when target repo is not a fork ([#​6646](https://redirect.github.com/goreleaser/goreleaser/issues/6646)) ([@​jamessawle](https://redirect.github.com/jamessawle) and [@​caarlos0](https://redirect.github.com/caarlos0)) - [`944bbb2`](https://redirect.github.com/goreleaser/goreleaser/commit/944bbb2de2c80e04e03f3509a781c82a2bb312d1): fix(deps): drop dep on docker/docker ([#​6682](https://redirect.github.com/goreleaser/goreleaser/issues/6682)) ([@​caarlos0](https://redirect.github.com/caarlos0)) - [`a85ce26`](https://redirect.github.com/goreleaser/goreleaser/commit/a85ce26032280f8cb4ba2f32cd5223176ecd86fb): fix(mcp): clean subfolder path ([#​6649](https://redirect.github.com/goreleaser/goreleaser/issues/6649)) ([@​caarlos0](https://redirect.github.com/caarlos0)) - [`99a7173`](https://redirect.github.com/goreleaser/goreleaser/commit/99a71731d269c1f036b0caea92032ac0a1fdce8a): fix(nfpm): produce valid arch for Termux packages ([#​6668](https://redirect.github.com/goreleaser/goreleaser/issues/6668)) ([@​bltavares](https://redirect.github.com/bltavares) and [@​caarlos0](https://redirect.github.com/caarlos0)) - [`7200ec7`](https://redirect.github.com/goreleaser/goreleaser/commit/7200ec73ecf09b4266d4e7ae21464e51dade7ec0): fix(winget): default head branch to a versioned template ([#​6684](https://redirect.github.com/goreleaser/goreleaser/issues/6684)) ([@​Sanjays2402](https://redirect.github.com/Sanjays2402)) - [`6645820`](https://redirect.github.com/goreleaser/goreleaser/commit/6645820ffb384318c8486802cd7770f4f1646b4b): fix: return error when go.mod is unreadable in CheckGoModPipe ([#​6644](https://redirect.github.com/goreleaser/goreleaser/issues/6644)) ([@​SebTardif](https://redirect.github.com/SebTardif)) ##### Documentation updates - [`da7ce30`](https://redirect.github.com/goreleaser/goreleaser/commit/da7ce304ee4e0dd4b7b7f42231727becd4d99278): docs(casks): fix private-repo example broken by Homebrew 5.1.14 ([#​6639](https://redirect.github.com/goreleaser/goreleaser/issues/6639)) ([@​caarlos0](https://redirect.github.com/caarlos0)) - [`09ebd03`](https://redirect.github.com/goreleaser/goreleaser/commit/09ebd035a7737f67816369cbdd6aff93656d93a7): docs(nfpm): note tilde ConventionalFileName ([@​caarlos0](https://redirect.github.com/caarlos0)) - [`ab7481e`](https://redirect.github.com/goreleaser/goreleaser/commit/ab7481ed082cbad81805823b9ffd911776e8bbc7): docs: doc authoring skill ([@​caarlos0](https://redirect.github.com/caarlos0)) - [`b945ca3`](https://redirect.github.com/goreleaser/goreleaser/commit/b945ca35c5515cfbb99f3162a738897334ac0c7c): docs: fix ([@​caarlos0](https://redirect.github.com/caarlos0)) - [`7e87fd3`](https://redirect.github.com/goreleaser/goreleaser/commit/7e87fd39b283119906598461860dcec6e51f99f4): docs: fix "lets" -> "let's" in quick-start guide ([#​6661](https://redirect.github.com/goreleaser/goreleaser/issues/6661)) ([@​s3onghyun](https://redirect.github.com/s3onghyun)) - [`698dae5`](https://redirect.github.com/goreleaser/goreleaser/commit/698dae55da5585136be0417502f2467edb213719): docs: fix typo in notarize.md ([#​6655](https://redirect.github.com/goreleaser/goreleaser/issues/6655)) ([@​albertchae](https://redirect.github.com/albertchae)) - [`f09c887`](https://redirect.github.com/goreleaser/goreleaser/commit/f09c88738c004e4a1df8858064f368e1f1878b98): docs: good bye discord ([@​caarlos0](https://redirect.github.com/caarlos0)) - [`2642319`](https://redirect.github.com/goreleaser/goreleaser/commit/2642319f753cde16df470c9da5c5f6124a50a681): docs: improve home ([@​caarlos0](https://redirect.github.com/caarlos0)) - [`6b7710e`](https://redirect.github.com/goreleaser/goreleaser/commit/6b7710eb4a6b4fc181c21994e694130bc57a1a9b): docs: updates ([@​caarlos0](https://redirect.github.com/caarlos0)) ##### Other work - [`2e6f200`](https://redirect.github.com/goreleaser/goreleaser/commit/2e6f200efaaf702d1008f37bc75fc28cdf3cdd0d): chore: auto-update generated files ([#​6662](https://redirect.github.com/goreleaser/goreleaser/issues/6662)) ([@​goreleaserbot](https://redirect.github.com/goreleaserbot)) - [`4bd4e38`](https://redirect.github.com/goreleaser/goreleaser/commit/4bd4e386d2d260e5efb9cb962a727a3f28c718c7): chore: auto-update generated files ([#​6671](https://redirect.github.com/goreleaser/goreleaser/issues/6671)) ([@​goreleaserbot](https://redirect.github.com/goreleaserbot)) - [`dcf5a6b`](https://redirect.github.com/goreleaser/goreleaser/commit/dcf5a6b3b48314ea07b14098bf55372b2d1fa984): chore: auto-update generated files ([#​6675](https://redirect.github.com/goreleaser/goreleaser/issues/6675)) ([@​goreleaserbot](https://redirect.github.com/goreleaserbot)) - [`baf110d`](https://redirect.github.com/goreleaser/goreleaser/commit/baf110d41e81f273070e2a092ae1bbac1c22bc6a): chore: auto-update generated files ([#​6688](https://redirect.github.com/goreleaser/goreleaser/issues/6688)) ([@​goreleaserbot](https://redirect.github.com/goreleaserbot)) - [`3fa8a94`](https://redirect.github.com/goreleaser/goreleaser/commit/3fa8a94c5b57e0ae3bc7ea0b7f0a89d63afa666a): chore: godoc ([@​caarlos0](https://redirect.github.com/caarlos0)) **Full Changelog**: <goreleaser/goreleaser@v2.16.0...v2.17.0> #### Helping out This release is only possible thanks to **all** the support of some **awesome people**! Want to be one of them? You can [sponsor](https://goreleaser.com/sponsors/), get a [Pro License](https://goreleaser.com/pro) or [contribute with code](https://goreleaser.com/contributing). #### Where to go next? - Find examples and commented usage of all options in our [website](https://goreleaser.com/intro/). - Reach out on [Discord](https://discord.gg/RGEBtg8vQ6), [Twitter](https://twitter.com/goreleaser), and [Telegram](https://t.me/goreleasernews)! <a href="https://goreleaser.com"><img src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png" with="100%" alt="GoReleaser logo"></a> </details> --- ### Configuration 📅 **Schedule**: (in timezone Etc/UTC) - Branch creation - Between 12:00 AM and 06:59 AM, only on Saturday (`* 0-6 * * 6`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Aureliolo/synthorg). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJ0eXBlOmluZnJhIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [CodSpeedHQ/action](https://redirect.github.com/CodSpeedHQ/action) | action | patch | `v4.18.1` → `v4.18.5` | --- ### Release Notes <details> <summary>CodSpeedHQ/action (CodSpeedHQ/action)</summary> ### [`v4.18.5`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.18.5) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.18.4...v4.18.5) #### Release Notes ##### <!-- 10 -->💼 Other - Bump pinned valgrind-codspeed to [3.26.0-0codspeed6](https://redirect.github.com/CodSpeedHQ/valgrind-codspeed/releases/tag/3.26.0-0codspeed6) ([#​448](https://redirect.github.com/CodSpeedHQ/action/issues/448)) by [@​adriencaccia](https://redirect.github.com/adriencaccia) in [#​448](https://redirect.github.com/CodSpeedHQ/runner/pull/448) - fix: hangs on ARM64 due to atomics by [@​not-matthias](https://redirect.github.com/not-matthias) in [CodSpeedHQ/valgrind-codspeed#23](https://redirect.github.com/CodSpeedHQ/valgrind-codspeed/pull/23) - fix(aspacem): raise amd64 managed address ceiling to 1 TiB by [@​not-matthias](https://redirect.github.com/not-matthias) in [CodSpeedHQ/valgrind-codspeed#22](https://redirect.github.com/CodSpeedHQ/valgrind-codspeed/pull/22) #### Install codspeed-runner 4.18.4 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.18.4 | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-apple-darwin.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-aarch64-apple-darwin.tar.gz.sha256) | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.4/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md> **Full Changelog**: <CodSpeedHQ/action@v4.18.4...v4.18.5> ### [`v4.18.4`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.18.4) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.18.2...v4.18.4) #### What's Changed - fix 4.18.3 runner hash – [`bf19f56`](https://redirect.github.com/CodSpeedHQ/action/commit/bf19f56fe8857e83e4343138c1a927e56f666e3b) by [@​adriencaccia](https://redirect.github.com/adriencaccia) **Full Changelog**: <CodSpeedHQ/action@v4.18.3...v4.18.4> ### [`v4.18.2`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.18.2) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.18.1...v4.18.2) #### Release Notes ##### <!-- 1 -->🐛 Bug Fixes - Source forwarded env below memtrack's capability boundary by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​439](https://redirect.github.com/CodSpeedHQ/runner/pull/439) ##### <!-- 7 -->⚙️ Internals - chore: bump runner version to 4.18.2 by [@​github-actions](https://redirect.github.com/github-actions)\[bot] in [#​219](https://redirect.github.com/CodSpeedHQ/action/pull/219) #### Install codspeed-runner 4.18.2 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.18.2/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.18.2 | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-apple-darwin.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.2/codspeed-runner-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.2/codspeed-runner-aarch64-apple-darwin.tar.gz.sha256) | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.2/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.2/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.2/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.18.2/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md> **Full Changelog**: <CodSpeedHQ/action@v4.18.1...v4.18.2> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - On day 1 of the month (`* * 1 * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Glatzel/pyxis). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Raises amd64
aspacem_maxAddrfrom 128 GiB to 1 TiB so a client can float a 256 GiBMAP_NORESERVEreservation (e.g. snmalloc) under Callgrind instead of gettingEINVAL. Scoped toVGP_amd64_linux.Refs COD-3073