From 142a450ce15364718c6cb04f08da2d800cc4451e Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Tue, 16 May 2023 18:35:49 +0200 Subject: [PATCH] vagrant: disable musl --- srcpkgs/vagrant/template | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/srcpkgs/vagrant/template b/srcpkgs/vagrant/template index e635e380c20..442a4f034d3 100644 --- a/srcpkgs/vagrant/template +++ b/srcpkgs/vagrant/template @@ -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 }