This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/branch-3.3 by this push:
new 4be633d4d BIGTOP-4097. Fix missing R package resource in toolchain
manifest. (#1260)
4be633d4d is described below
commit 4be633d4d8bf77c8d2bb9145466d94a8ca133d24
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)
(cherry picked from commit 4ef5da3ae1e43dca43c9243ecb92f0362c90abb1)
---
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") {