Search Criteria
Package Details: conftest 0.51.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/conftest.git (read-only, click to copy) |
---|---|
Package Base: | conftest |
Description: | A utility to help you write tests against structured configuration data |
Upstream URL: | https://github.com/open-policy-agent/conftest |
Keywords: | kubernetes opa terraform |
Licenses: | Apache |
Submitter: | dbirks |
Maintainer: | brokenpip3 (brokenpip3-bot) |
Last Packager: | brokenpip3-bot |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2019-07-13 21:05 (UTC) |
Last Updated: | 2024-04-01 09:59 (UTC) |
Dependencies (1)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, go-sylixosAUR, gcc-go) (make)
Latest Comments
petronny commented on 2022-08-16 08:10 (UTC) (edited on 2022-08-16 08:10 (UTC) by petronny)
Yeah, disabling lto does solve the build for x86_64. Thanks for digging into the error.
So the actual problem is OOM since the default runners in GitHub Actions only have 7GB of RAM.
nairb774 commented on 2022-08-15 20:57 (UTC) (edited on 2022-08-15 21:01 (UTC) by nairb774)
~~The linked GitHub Actions log is not visible (permissions?).~~
Just needed to sign in. Oops.
The package both built locally fine, as well as builds using an empty container correctly (needs to be run from where this aur git repo is cloned):
Final output:
Is it possible that the Actions environment is incomplete or different in some way? The errors that are being dumped out are fairly core runtime functions that seem to be more indicative of an environmental issue than a code issue.
Looking around it seems like https://github.com/golang/go/issues/43505 is related. Does a change like https://github.com/archlinux/aur/commit/c8abb6f8f875fac5aa8ff5d6e32896b2b681a1c7 resolve the issue in your environment?
petronny commented on 2022-08-15 18:13 (UTC)
Build failed for x86_64: https://github.com/arch4edu/cactus/runs/7842779663?check_suite_focus=true
However, it can be built on aarch64. Amazing.
petronny commented on 2022-08-12 07:05 (UTC)
You may want to take a look at https://github.com/arch4edu/aur-auto-update to automatically update this package.
brokenpip3 commented on 2021-11-25 10:49 (UTC)
no I don't but afaik should be placed on /usr/share/fish/completions/
nairb774 commented on 2021-10-23 20:46 (UTC)
I added bash and zsh completions (along with an upgrade). Know of any fish examples I can crib from? Or docs?
brokenpip3 commented on 2021-10-19 22:34 (UTC)
Can we add the bash/fish/zsh completion to the pkgbuild?
see for example in upstream kubectl one: https://github.com/archlinux/svntogit-community/blob/68b976cb15dec833b8ac3a6c4f1fc246ef435d77/trunk/PKGBUILD#L90