This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ef5da3ae BIGTOP-4097. Fix missing R package resource in toolchain 
manifest. (#1260)
4ef5da3ae is described below

commit 4ef5da3ae1e43dca43c9243ecb92f0362c90abb1
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Sat Apr 27 08:41:24 2024 +0900

    BIGTOP-4097. Fix missing R package resource in toolchain manifest. (#1260)
---
 bigtop_toolchain/manifests/renv.pp | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/bigtop_toolchain/manifests/renv.pp 
b/bigtop_toolchain/manifests/renv.pp
index e5d01547c..e39148cfd 100644
--- a/bigtop_toolchain/manifests/renv.pp
+++ b/bigtop_toolchain/manifests/renv.pp
@@ -51,6 +51,11 @@ class bigtop_toolchain::renv {
     }
   }
 
+  package { $pkgs:
+    ensure => installed,
+    before => [Exec["install_r_packages"]]
+  }
+
   #BIGTOP-3967: openEuler not support PowerPC currently.
   if ($operatingsystem == 'openEuler'){
     if ($architecture == "aarch64") {

Reply via email to