vagrant: disable musl
This commit is contained in:
parent
f3653cbe40
commit
142a450ce1
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@ distfiles="https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz"
|
|||
checksum=34fce02219c67174457a6f8750063047f6c29b7148e425e4f3647cb80b8a5b2e
|
||||
nocross=yes
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
broken=https://build.voidlinux.org/builders/x86_64-musl_builder/builds/47636/steps/shell_3/logs/stdio
|
||||
;;
|
||||
esac
|
||||
|
||||
post_extract() {
|
||||
vsed -i 's|, "< 3\.1"||g' vagrant.gemspec
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue