Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
30 lines
714 B
Diff
30 lines
714 B
Diff
diff --git a/alienfile b/alienfile
|
|
index 18d6b42..5ccf296 100644
|
|
--- a/alienfile
|
|
+++ b/alienfile
|
|
@@ -11,12 +11,6 @@ plugin 'PkgConfig' => 'libffi';
|
|
|
|
share {
|
|
|
|
- plugin 'Download::GitHub' => (
|
|
- github_user => 'libffi',
|
|
- github_repo => 'libffi',
|
|
- asset => 1,
|
|
- );
|
|
-
|
|
plugin 'Build::Autoconf' => ();
|
|
|
|
my $configure = '--disable-shared --enable-static --disable-builddir';
|
|
diff --git a/t/00_diag.t b/t/00_diag.t
|
|
index 51dd784..2bc314c 100644
|
|
--- a/t/00_diag.t
|
|
+++ b/t/00_diag.t
|
|
@@ -13,7 +13,6 @@ $modules{$_} = $_ for qw(
|
|
Alien::Base
|
|
Alien::Build
|
|
Alien::Build::MM
|
|
- Alien::Build::Plugin::Download::GitHub
|
|
Alien::Build::Plugin::Probe::Vcpkg
|
|
Capture::Tiny
|
|
ExtUtils::MakeMaker
|