diff options
author | Thomas Backlund <tmb@mageia.org> | 2018-03-21 20:01:02 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2018-03-21 20:01:02 +0200 |
commit | 4870be6da468507ff593015eccc634189c0302a9 (patch) | |
tree | d4aacef7d524d2b8558bb5185bc61db63c8a2086 /modules/buildsystem/manifests/iurt | |
parent | 627b5a95fb7919a703199ad73358f0256c674cac (diff) | |
download | puppet-4870be6da468507ff593015eccc634189c0302a9.tar puppet-4870be6da468507ff593015eccc634189c0302a9.tar.gz puppet-4870be6da468507ff593015eccc634189c0302a9.tar.bz2 puppet-4870be6da468507ff593015eccc634189c0302a9.tar.xz puppet-4870be6da468507ff593015eccc634189c0302a9.zip |
give rust time to build on arm
Diffstat (limited to 'modules/buildsystem/manifests/iurt')
-rw-r--r-- | modules/buildsystem/manifests/iurt/config.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/iurt/config.pp b/modules/buildsystem/manifests/iurt/config.pp index 9673510f..301808ce 100644 --- a/modules/buildsystem/manifests/iurt/config.pp +++ b/modules/buildsystem/manifests/iurt/config.pp @@ -23,6 +23,7 @@ define buildsystem::iurt::config() { 'java-1.8.0-openjdk' => 172800, 'java-1.8.0-openjfx' => 115200, 'eclipse' => 172800, + 'rust' => 115200, } $allow_network_access = [ |