diff options
Diffstat (limited to 'modules/buildsystem/manifests/iurt/config.pp')
-rw-r--r-- | modules/buildsystem/manifests/iurt/config.pp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/buildsystem/manifests/iurt/config.pp b/modules/buildsystem/manifests/iurt/config.pp index d6e52cb3..4424b79f 100644 --- a/modules/buildsystem/manifests/iurt/config.pp +++ b/modules/buildsystem/manifests/iurt/config.pp @@ -12,11 +12,9 @@ define buildsystem::iurt::config() { 'chromium-browser-stable' => 172800, 'clang' => 172800, 'cross-gcc' => 115200, - 'eclipse' => 172800, 'gcc' => 115200, 'itk' => 115200, 'java-1.8.0-openjdk' => 172800, - 'java-1.8.0-openjfx' => 115200, 'kernel' => 115200, 'libreoffice' => 432000, 'llvm' => 57600, @@ -24,6 +22,7 @@ define buildsystem::iurt::config() { 'paraview' => 115200, 'qgis' => 57600, 'qtwebengine5' => 115200, + 'qtwebengine6' => 115200, 'rust' => 180000, 'salome' => 57600, 'vtk' => 57600, |