From 1d26b8e14282fa8d409669cf5551192067fe5bc8 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Thu, 23 Jul 2026 08:08:43 +0300 Subject: [PATCH] New builds --- Jenkinsfile | 53 ----------------------------------------------------- makings.scm | 2 +- 2 files changed, 1 insertion(+), 54 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4cccbac..fc82704 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -49,20 +49,6 @@ pipeline { } } } - stage('cyclone') { - agent { - docker { - image 'schemers/cyclone:head' - reuseNode true - args '--user=root' - } - } - steps { - script { - get_cyclone_stages() - } - } - } stage('foment') { agent { docker { @@ -365,45 +351,6 @@ def get_chicken_stages() { return stages } -def get_cyclone_stages() { - def stages = [] - stages.plus(stage('init') { - catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { - sh "apt-get update && apt-get install -y git ca-certificates gcc make libffi-dev" - sh "git clone https://github.com/ashinn/chibi-scheme.git --depth=1 || true" - sh "make -j8 -C chibi-scheme" - sh "make -j8 -C chibi-scheme install" - sh "snow-chibi install --always-yes retropikzel.compile-r7rs" - } - }) - stages.plus(stage('tap') { - catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { - sh "make SCHEME=cyclone LIBRARY=tap all install test" - } - }) - stages.plus(stage('mouth') { - catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { - sh "make SCHEME=cyclone LIBRARY=mouth all install test" - } - }) - stages.plus(stage('debug') { - catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { - sh "make SCHEME=cyclone LIBRARY=debug all install test" - } - }) - stages.plus(stage('hardware-info') { - catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { - sh "make SCHEME=cyclone LIBRARY=hardware-info all install test" - } - }) - stages.plus(stage('lambda-utils') { - catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { - sh "make SCHEME=cyclone LIBRARY=lambda-utils all install test" - } - }) - return stages -} - def get_foment_stages() { def stages = [] stages.plus(stage('init') { diff --git a/makings.scm b/makings.scm index 5806164..8912c0e 100644 --- a/makings.scm +++ b/makings.scm @@ -1,5 +1,5 @@ (let ((schemes - '("capyscheme" "chibi" "chicken" "cyclone" "foment" "gauche" "kawa" + '("capyscheme" "chibi" "chicken" "foment" "gauche" "kawa" "loko" "meevax" "mit-scheme" "mosh" "racket" "sagittarius" "skint" "stklos" "tr7" "ypsilon")) (libraries