kevinw66 commented on code in PR #968:
URL: https://github.com/apache/bigtop/pull/968#discussion_r933024974
##########
bigtop_toolchain/manifests/packages.pp:
##########
@@ -63,7 +63,10 @@
"libffi-devel",
"krb5-devel",
"net-tools",
- "perl-Digest-SHA"
+ "perl-Digest-SHA",
+ "centos-release-scl",
+ "ninja-build",
+ "glibc-devel.i686"
Review Comment:
@guyuqi When we are compiling llvm in `x86_64` arch, it will also build
`i686` binary file.

--
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]