From b167a9e42aec5e7ad8d9d9ef27f83a6a6aa1495e Mon Sep 17 00:00:00 2001 From: jakubgs Date: Wed, 8 Jun 2022 14:02:01 +0000 Subject: [PATCH] deploy: 89868bc7cd4197a3a4578aa8487dc366edc2f4af --- ci/Jenkinsfile.prs | 4 +++- ci/Jenkinsfile.release | 2 ++ vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ci/Jenkinsfile.prs b/ci/Jenkinsfile.prs index 78735fa0b..41fa2dd13 100644 --- a/ci/Jenkinsfile.prs +++ b/ci/Jenkinsfile.prs @@ -28,7 +28,9 @@ pipeline { options { timestamps() - /* manage how many builds we keep */ + /* Prevent Jenkins jobs from running forever */ + timeout(time: 30, unit: 'MINUTES') + /* Limit builds retained. */ buildDiscarder(logRotator( numToKeepStr: '3', daysToKeepStr: '30', diff --git a/ci/Jenkinsfile.release b/ci/Jenkinsfile.release index 87fe67d0e..d2dd256b1 100644 --- a/ci/Jenkinsfile.release +++ b/ci/Jenkinsfile.release @@ -3,6 +3,8 @@ pipeline { options { timestamps() + /* Prevent Jenkins jobs from running forever */ + timeout(time: 20, unit: 'MINUTES') /* manage how many builds we keep */ buildDiscarder(logRotator( numToKeepStr: '10', diff --git a/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool b/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool index f56a0884a..7ca33116f 100755 --- a/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool +++ b/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool @@ -2,7 +2,7 @@ # libtool - Provide generalized library-building support services. # Generated automatically by config.status (libbacktrace) version-unused -# Libtool was configured on host fv-az180-607: +# Libtool was configured on host fv-az135-430: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,