From a1c16ba5ca88bb02be125843b0a9bdaa91f94479 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 6 Dec 2025 07:57:03 +0200 Subject: [PATCH] Improving tests --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index cc75076..55a3260 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { parameters { string(name: 'R7RS_SCHEMES', defaultValue: 'chibi chicken gauche guile kawa mosh racket sagittarius stklos ypsilon', description: '') string(name: 'R6RS_SCHEMES', defaultValue: 'chezscheme guile ikarus ironscheme mosh racket sagittarius ypsilon', description: '') - string(name: 'LIBRARIES', defaultValue: 'system named-pipes shell', description: '') + string(name: 'LIBRARIES', defaultValue: 'system', description: '') } stages {