github ktock/buildg v0.5.1

latest releases: v0.5.3, v0.5.2
4 months ago

Notable Changes

  • Updated dependencies, thanks to @reneleonhardt (#232, #244)
  • Fixed make didn't work in a sandboxed environment, thanks to @CrazyCasta (#215)
  • Fixed CI to make use cache-to & cache-from options, thanks to @developer-guy (#86)
  • Improved breakpoints command's output format (#89)
  • Added --startup-timeout flag to configure timeout of starting buildg (#246)

Note about v0.5.0

v0.5.0 has been tagged but it didn't include the container images due to CI issue. For trying the container images of v0.5, please use buildg newer than v0.5.1.

About the binaries

  • Minimal(e.g. buildg-v0.5.1-linux-amd64.tar.gz): contains only buildg binary
  • Full(e.g. buildg-full-v0.5.1-linux-amd64.tar.gz): contains buildg and its dependencies

Minimal

Extract it to a path like /usr/local/bin/ or ~/bin/

list of files
-rwxr-xr-x root/root  29851800 2025-04-25 12:21 buildg

Full

Extract it to a path like /usr/local/ or ~/.local

list of files
drwxr-xr-x 0/0               0 2025-04-25 12:24 bin/
-rwxr-xr-x 0/0        29819032 2025-04-25 12:23 bin/buildg
-rwxr-xr-x 0/0        12235661 2025-03-10 02:16 bin/rootlessctl
-rwxr-xr-x 0/0        14172281 2025-03-10 02:16 bin/rootlesskit
-rwxr-xr-x 0/0        15944952 2025-04-25 12:23 bin/runc
-rwxr-xr-x 0/0         2383224 2025-04-25 12:24 bin/slirp4netns
drwxr-xr-x 0/0               0 2025-04-25 12:24 share/
drwxr-xr-x 0/0               0 2025-04-25 12:24 share/doc/
drwxr-xr-x 0/0               0 2025-04-25 12:24 share/doc/buildg-full/
-rw-r--r-- 0/0             323 2025-04-25 12:24 share/doc/buildg-full/README.md
-rw-r--r-- 0/0             508 2025-04-25 12:24 share/doc/buildg-full/SHA256SUMS

The sha256sum of SHA256SUM is 9650c92215cb7dab8762be27a7ed71d245f99fffd4a26d4b85975b4fefd4dfe3

Don't miss a new buildg release

NewReleases is sending notifications on new releases.