mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
terraform: only broken on arm*
This commit is contained in:
parent
ebbc4585fa
commit
b5cdbb2ef1
1 changed files with 3 additions and 1 deletions
|
@ -11,4 +11,6 @@ go_import_path="github.com/hashicorp/$pkgname"
|
||||||
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
||||||
checksum=f7dae93f57618a9ea01c7b1e948161914035cfee8683848501bf083d1611c837
|
checksum=f7dae93f57618a9ea01c7b1e948161914035cfee8683848501bf083d1611c837
|
||||||
|
|
||||||
broken="https://build.voidlinux.eu/builders/armv7l_builder/builds/1032/steps/shell_3/logs/stdio"
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
|
arm*) broken="https://build.voidlinux.eu/builders/armv7l_builder/builds/1032/steps/shell_3/logs/stdio" ;;
|
||||||
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue