From 2d7ea9ae5f4118ee54a3074daa4fd70fb9de9863 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sun, 2 Feb 2020 15:04:16 +0100 Subject: [PATCH] Updating revs --- Jenkinsfile | 3 +++ TeaSpeak | 2 +- build-helpers | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7aa9831..a42aeda 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,6 +7,7 @@ pipeline { booleanParam(name: 'build_arm32v7', defaultValue: false, description: 'Build for arm32v7') booleanParam(name: 'build_x86', defaultValue: false, description: 'Build for x86') choice(choices: ['none', 'debug', 'optimized', 'stable'], description: 'What kind of build do you want to run?', name: 'build_type') + text(name: 'rebuild_libraries', defaultValue: '', description: 'Libraries to rebuild') } environment { @@ -16,6 +17,8 @@ pipeline { //Make specific flags MAKE_OPTIONS = '-j32' + + force_rebuild="${params.rebuild_libraries}" } stages { diff --git a/TeaSpeak b/TeaSpeak index cb15bea..8baaf1d 160000 --- a/TeaSpeak +++ b/TeaSpeak @@ -1 +1 @@ -Subproject commit cb15bea748eb5c3619763a357d1d1fc5871323ae +Subproject commit 8baaf1de609ea42a2519a7ee41a58ee9899ee65a diff --git a/build-helpers b/build-helpers index a023412..eba5e0a 160000 --- a/build-helpers +++ b/build-helpers @@ -1 +1 @@ -Subproject commit a023412181b23d21dfd23dfbf496e1a4c43b0aa0 +Subproject commit eba5e0a164ee7b0e21a5012146ce0ad955099e7c