[tor-commits] [tor-browser-build/master] Bug 29950: Fix error when using a dev version of runc

gk at torproject.org gk at torproject.org
Mon Apr 1 12:35:07 UTC 2019


commit 32a4f009d706b9e651071b1b3d361891408eb3aa
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Fri Mar 29 13:37:54 2019 +0100

    Bug 29950: Fix error when using a dev version of runc
---
 rbm.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rbm.conf b/rbm.conf
index f31e5db..e7b5ea4 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -477,7 +477,7 @@ ENV:
       # We will need to update this when there is a new spec version available
       runc_spec100 => sub {
         my ($out) = capture_exec('sudo', 'runc', '--version');
-        return $out =~ m/^.*spec: 1\.[0-9]+\.[0-9]+$/m;
+        return $out =~ m/^.*spec: 1\.[0-9]+\.[0-9]+(?:-dev)?$/m;
       },
     },
   )



More information about the tor-commits mailing list