kevinw66 commented on code in PR #968:
URL: https://github.com/apache/bigtop/pull/968#discussion_r932852749


##########
bigtop_toolchain/manifests/packages.pp:
##########
@@ -251,6 +254,11 @@
       package { 'ca-certificates':
         ensure => latest
       }
+
+      package { 'devtoolset-9':
+        ensure => installed,
+        require => Package['centos-release-scl']

Review Comment:
   GCC version of CentOS7 is too old and cannot build llvm, so we have to use 
devtoolset-9, otherwise we need compile GCC from source.
   
https://github.com/apache/bigtop/pull/968/files#diff-11703cdb6563285ebbc64e4b5e1926b47777dcf7678ba86a2e72a34a481aedcfR25
   
   I'm testing other distros, but I can only cover few of them(maybe centos7 
rockylinux8 ubuntu20), it's too many distros here.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to