diff --git a/app-web/lychee/autobuild/patches/0001-fix-second-arch-build.patches b/app-web/lychee/autobuild/patches/0001-fix-second-arch-build.patches new file mode 100644 index 00000000000..9ba4331ae30 --- /dev/null +++ b/app-web/lychee/autobuild/patches/0001-fix-second-arch-build.patches @@ -0,0 +1,13 @@ +diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml +index 725a330..c80b462 100644 +--- a/lychee-lib/Cargo.toml ++++ b/lychee-lib/Cargo.toml +@@ -33,7 +33,7 @@ ip_network = "0.4.1" + jwalk = "0.8.1" + linkify = "0.10.0" + log = "0.4.20" +-octocrab = "0.32.0" ++octocrab = { version = "0.32.0", default-features = false, features = ["follow-redirect", "retry", "opentls", "timeout", "tracing"] } + once_cell = "1.19.0" + openssl-sys = { version = "0.9.98", optional = true } + path-clean = "1.0.1"