sudoforge / pkgbuilds

PKGBUILDs for the AUR.
The Unlicense
23 stars 28 forks source link

feat(buildozer): build with --release=config #89

Closed jmelahman closed 3 months ago

jmelahman commented 1 year ago

Bazel's buildtools get their versioned stamped when --config=release is used as defined in their .bazelrc. (This also builds with -c opt which is also generally nice.)

Since their status.py calls git describe, I needed to clone the repo rather than just download the tarball.

Closes https://github.com/sudoforge/pkgbuilds/issues/87