Skip to content

Commit

Permalink
lychee: fix second arch build
Browse files Browse the repository at this point in the history
  • Loading branch information
eatradish committed Jan 7, 2024
1 parent 1c8478e commit 65d8abf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app-web/lychee/autobuild/patches/0001-fix-second-arch-build.patch
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 65d8abf

Please sign in to comment.