From a885899322f8424d6d708e5c3143b6c43488446d Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Fri, 05 Apr 2024 08:11:09 +0200
Subject: [PATCH] python/Cython: update to 3.0.10

---
 ci/illumos-gate-build.groovy |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/ci/illumos-gate-build.groovy b/ci/illumos-gate-build.groovy
index 6e2dd4e..3a9a910 100644
--- a/ci/illumos-gate-build.groovy
+++ b/ci/illumos-gate-build.groovy
@@ -6,6 +6,11 @@
         }
     }
     stages {
+        stage('Ensure is ready to build') {
+            steps {
+                sh 'pfexec /usr/sbin/mountall -F nfs || exit 0'
+            }
+        }
         stage('Git Checkout') {
             steps {
                 withSharedWs() {

--
Gitblit v1.9.3