invidious-companion-patches/patches/0013-fix-fix-tokio-overflow-on-compile.patch
Fijxu cd5f5db2c6
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m16s
add patch 0014
2025-03-26 12:25:22 -03:00

24 lines
505 B
Diff

From 695e7338dd56fb7e28f32b4e5fd6f1b81701b992 Mon Sep 17 00:00:00 2001
From: Fijxu <fijxu@nadeko.net>
Date: Tue, 25 Mar 2025 00:24:07 -0300
Subject: [PATCH 13/14] fix: fix tokio overflow on compile
---
Dockerfile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Dockerfile b/Dockerfile
index a6dc150..bdc43f5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,7 @@
FROM denoland/deno:debian-2.2.4 AS builder
+ENV RUST_MIN_STACK=9999999999
+
ARG TINI_VERSION=0.19.0
WORKDIR /app
--
2.49.0