devenv 20260303-152558
devenv (Development Build)
Build Date: 20260303-152558
This release was built from the main branch.
Installation
The release includes native binaries for macOS and Linux architectures.
macOS (Apple Silicon):
curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260303-152558/devenv-20260303-152558-macos-arm64
chmod +x ~/.local/bin/devenvLinux (x86_64/AMD64):
curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260303-152558/devenv-20260303-152558-linux-amd64
chmod +x ~/.local/bin/devenvLinux (ARM64):
curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260303-152558/devenv-20260303-152558-linux-arm64
chmod +x ~/.local/bin/devenvNote:
~/.local/binmay not be on yourPATHby default. Ifdevenvisn't found after installation, addexport PATH="$HOME/.local/bin:$PATH"to your~/.zshrcor~/.bashrc, or install to/usr/local/bininstead.
What's Changed
- Make container more powerful by @aug24 in #14
- Add ivy and coursier caches by @aug24 in #11
- Fix flaky test by @aug24 in #17
Full Changelog: 20260226-160441...20260303-152558