Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.13 KB

File metadata and controls

26 lines (18 loc) · 1.13 KB

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 .

Attribution

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.

Releasing

  1. MODULE.bazel should point to the latest gawk on Bazel Central Registry. Renovate bot will send a PR.
  2. Push a tag to the repo, will kick off automated build on GitHub Actions.