From 525577ab17f4985349f700b2eafde48536ac7be6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 12 Jan 2022 15:39:22 +0100 Subject: [PATCH] ci: specify nix version via agent label MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Will make it easier and safer to upgrade Nix on CI hosts. Also added architecture since we are starting to mix those. Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.android | 2 +- ci/Jenkinsfile.ios | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/Jenkinsfile.android b/ci/Jenkinsfile.android index 2978d51489..313f0d5339 100644 --- a/ci/Jenkinsfile.android +++ b/ci/Jenkinsfile.android @@ -1,7 +1,7 @@ library 'status-jenkins-lib@v1.3.3' pipeline { - agent { label 'linux' } + agent { label 'linux && x86_64 && nix-2.3' } options { timestamps() diff --git a/ci/Jenkinsfile.ios b/ci/Jenkinsfile.ios index ffcda451ba..fbc669c311 100644 --- a/ci/Jenkinsfile.ios +++ b/ci/Jenkinsfile.ios @@ -1,7 +1,7 @@ library 'status-jenkins-lib@v1.3.3' pipeline { - agent { label 'macos && x86_64 && xcode-12.5' } + agent { label 'macos && x86_64 && nix-2.3 && xcode-12.5' } parameters { string(