From 30c4a102a5c8e1d059a46ed13a6b2c4abea82558 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Thu, 10 Jul 2025 02:58:24 +0200 Subject: feat: force fast_builds on GitHub CI runs --- contrib/depends/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib') diff --git a/contrib/depends/Jenkinsfile b/contrib/depends/Jenkinsfile index 6c4f1c2..8d5e50b 100644 --- a/contrib/depends/Jenkinsfile +++ b/contrib/depends/Jenkinsfile @@ -35,7 +35,7 @@ pipeline { echo "Building dependencies for ${target}" dir('contrib/depends') { - sh "make HOST=${target}" + sh "make HOST=${target} DEPENDS_UNTRUSTED_FAST_BUILDS=yes" } } } @@ -68,7 +68,7 @@ pipeline { echo "Building dependencies for ${target}" dir('contrib/depends') { - sh "make HOST=${target}" + sh "make HOST=${target} DEPENDS_UNTRUSTED_FAST_BUILDS=yes" } } } -- cgit v1.2.3