Search Criteria
Package Details: kbld 0.27.0-2
Git Clone URL: | https://aur.archlinux.org/kbld.git (read-only, click to copy) |
---|---|
Package Base: | kbld |
Description: | kbld seamlessly incorporates image building and image pushing into your development and deployment workflows |
Upstream URL: | https://get-kbld.io/ |
Licenses: | |
Submitter: | jfchevrette |
Maintainer: | jfchevrette |
Last Packager: | jfchevrette |
Votes: | 1 |
Popularity: | 0.174817 |
First Submitted: | 2020-05-03 21:44 |
Last Updated: | 2020-10-28 18:03 |
Dependencies (5)
- glibc (glibc-git)
- git (git-git) (make)
- go (go-tip, go-git, go-go2go-git, gcc-go-git, gcc-go) (make)
- ytt (ytt-bin, ytt-git, carvel-tools) (make)
- zip (zip-natspec) (make)
Latest Comments
Zebradil commented on 2020-10-28 23:45
Thanks a lot!
jfchevrette commented on 2020-10-28 18:02
@Zebradil: thanks for the tip! These permission errors have been bothering me for a while and I thought this was just me. I reviewed the Archlinux Go packaging guidelines and I also added flags -trimpath and -buildmode=pie as recommended
Zebradil commented on 2020-10-27 18:46
@jfchevrette, could you add
export GOFLAGS=-modcacherw
to thebuild
function?I'm using yay for installing packages from AUR and it seems like it tries to clean up cache files and fails with "Permission denied" error.
If I understood correctly,
modcacherw
should help in this case.