This is an automated email from the ASF dual-hosted git repository.
wuzhiguo 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 da33fcd05 BIGTOP-4101. Fix undefined variable in toolchain manifest
for openEuler. (#1265)
da33fcd05 is described below
commit da33fcd05c117418167b87286c78e0a6c2375376
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Tue May 14 21:53:20 2024 +0900
BIGTOP-4101. Fix undefined variable in toolchain manifest for openEuler.
(#1265)
---
bigtop_toolchain/manifests/renv.pp | 3 +++
1 file changed, 3 insertions(+)
diff --git a/bigtop_toolchain/manifests/renv.pp
b/bigtop_toolchain/manifests/renv.pp
index e39148cfd..e08886cfe 100644
--- a/bigtop_toolchain/manifests/renv.pp
+++ b/bigtop_toolchain/manifests/renv.pp
@@ -49,6 +49,9 @@ class bigtop_toolchain::renv {
]
}
}
+ default: {
+ $pkgs = []
+ }
}
package { $pkgs: