Skip to content

0.2.1

Choose a tag to compare

@github-actions github-actions released this 20 Jul 09:01

Release Notes

Fixed

  • Keep worker socket paths within the 104-byte macOS socket path limit by
    placing them directly in the runtime directory under the short run id.
    On macOS the previous layout exceeded the limit, every agent spawn failed
    at socket bind, and no run could start.

Install sloop 0.2.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hamish-mackie/sloop/releases/download/v0.2.1/sloop-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install sloop

Download sloop 0.2.1

File Platform Checksum
sloop-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
sloop-x86_64-apple-darwin.tar.gz Intel macOS checksum
sloop-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
sloop-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo hamish-mackie/sloop

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>