Package Details: conftest 0.51.0-1

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: 2
Popularity: 0.000000
First Submitted: 2019-07-13 21:05 (UTC)
Last Updated: 2024-04-01 09:59 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

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.

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

go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
# github.com/open-policy-agent/conftest
_cgo_callers: relocation target x_cgo_callers not defined
_cgo_init: relocation target x_cgo_init not defined
_cgo_mmap: relocation target x_cgo_mmap not defined
_cgo_munmap: relocation target x_cgo_munmap not defined
_cgo_notify_runtime_init_done: relocation target x_cgo_notify_runtime_init_done not defined
_cgo_sigaction: relocation target x_cgo_sigaction not defined
_cgo_thread_start: relocation target x_cgo_thread_start not defined
net._cgo_2ac87069779a_C2func_getaddrinfo: relocation target _cgo_2ac87069779a_C2func_getaddrinfo not defined
net._cgo_2ac87069779a_C2func_getnameinfo: relocation target _cgo_2ac87069779a_C2func_getnameinfo not defined
net._cgo_2ac87069779a_Cfunc_freeaddrinfo: relocation target _cgo_2ac87069779a_Cfunc_freeaddrinfo not defined
net._cgo_2ac87069779a_Cfunc_gai_strerror: relocation target _cgo_2ac87069779a_Cfunc_gai_strerror not defined
os/user._cgo_3c46bbe179bf_Cfunc__Cmalloc: relocation target _cgo_3c46bbe179bf_Cfunc__Cmalloc not defined
os/user._cgo_3c46bbe179bf_Cfunc_free: relocation target _cgo_3c46bbe179bf_Cfunc_free not defined
os/user._cgo_3c46bbe179bf_Cfunc_mygetgrgid_r: relocation target _cgo_3c46bbe179bf_Cfunc_mygetgrgid_r not defined
os/user._cgo_3c46bbe179bf_Cfunc_mygetpwuid_r: relocation target _cgo_3c46bbe179bf_Cfunc_mygetpwuid_r not defined
os/user._cgo_3c46bbe179bf_Cfunc_realloc: relocation target _cgo_3c46bbe179bf_Cfunc_realloc not defined
os/user._cgo_3c46bbe179bf_Cfunc_sysconf: relocation target _cgo_3c46bbe179bf_Cfunc_sysconf not defined
runtime._cgo_setenv: relocation target x_cgo_setenv not defined
runtime._cgo_unsetenv: relocation target x_cgo_unsetenv not defined
runtime.cgo_yield: relocation target _cgo_yield not defined
.rela: relocation target _cgo_yield not defined
/usr/lib/go/pkg/tool/linux_amd64/link: too many errors
==> ERROR: A failure occurred in build().

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/

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