This repository builds binary releases for gawk.
It is built using the Bazel module at https://registry.bazel.build/modules/gawk using a musl toolchain from https://registry.bazel.build/modules/hermetic_cc_toolchain so it is fully statically-linked and does not depend on any libc version at runtime.
To use this binary under Bazel, see https://registry.bazel.build/modules/awk.bzl .
The gawk module on the Bazel registry is maintained by
UebelAndre and
Sahin Yort.
This publish repo has been adapted from https://github.com/aspect-build/bsdtar-prebuilt originally authored by David Zbarsky and maintained by the good folks at Aspect.
GNU Awk is a project maintained by Arnold Robbins through the GNU Project.
- MODULE.bazel should point to the latest
gawkon Bazel Central Registry. Renovate bot will send a PR. - Push a tag to the repo, will kick off automated build on GitHub Actions.