Release Notes
Added
- Add
git_submodulesconfig field and--git-submodules <true|false>flag (envBENDER_GIT_SUBMODULES) to control cloning of dependency submodules; defaults totrue, the flag overrides the configured value in either direction (#314).
Fixed
- script: Remove
.svhfiles from verilog pattern list (#313). - script: keep untyped files in
flistscript output (#316). - Fix the legacy installer falling back to the GitHub "latest" release, which now uses the cargo-dist scheme without legacy-named assets; it now falls back to the last legacy release (v0.31.0) so installing an old version on an unlisted platform works again (#320).
Changed
- database: speed up bender usage with locks by using shared locks with read-only unless required (checkout, fetch, update), adjust lock location (#315).
Install bender 0.32.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/pulp-platform/bender/releases/download/v0.32.1/bender-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/pulp-platform/bender/releases/download/v0.32.1/bender-installer.ps1 | iex"Download bender 0.32.1
| File | Platform | Checksum |
|---|---|---|
| bender-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| bender-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| bender-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| bender-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| bender-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |