pkgbuilds icon indicating copy to clipboard operation
pkgbuilds copied to clipboard

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

Open jmelahman opened this issue 2 years ago • 0 comments

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

jmelahman avatar Mar 12 '23 10:03 jmelahman