bigtop icon indicating copy to clipboard operation
bigtop copied to clipboard

BIGTOP-3766: Add Clang-14

Open kevinw66 opened this issue 1 year ago • 3 comments

Description of PR

How was this patch tested?

For code changes:

  • [ ] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'BIGTOP-3638. Your PR title ...')?
  • [ ] Make sure that newly added files do not have any licensing issues. When in doubt refer to https://www.apache.org/licenses/

kevinw66 avatar Jul 29 '22 02:07 kevinw66

Tested centos-7

[root@bigdata-0004 bigtop]# ./gradlew bigtop-slaves
......(ignore output)
BUILD SUCCESSFUL in 1h 34m 21s

[root@bigdata-0004 bigtop]# docker run -it bigtop/slaves:trunk-centos-7 bash -c '. /etc/profile.d/bigtop.sh; clang -v'
clang version 14.0.6
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/local/bin
Found candidate GCC installation: /opt/rh/devtoolset-9/root/usr/lib/gcc/x86_64-redhat-linux/9
Selected GCC installation: /opt/rh/devtoolset-9/root/usr/lib/gcc/x86_64-redhat-linux/9
Candidate multilib: .;@m64
Candidate multilib: 32;@m32
Selected multilib: .;@m64

kevinw66 avatar Jul 29 '22 02:07 kevinw66

Tested rockylinux-8

[root@bigdata-0004 bigtop]# ./gradlew -POS=rockylinux-8 -Pprefix=trunk bigtop-slaves
......(ignore output)
BUILD SUCCESSFUL in 1h 29m 11s

[root@bigdata-0004 bigtop]# docker run -it bigtop/slaves:trunk-rockylinux-8 bash -c '. /etc/profile.d/bigtop.sh; clang -v'
clang version 14.0.6
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/local/bin
Found candidate GCC installation: /usr/lib/gcc/x86_64-redhat-linux/8
Selected GCC installation: /usr/lib/gcc/x86_64-redhat-linux/8
Candidate multilib: .;@m64
Candidate multilib: 32;@m32
Selected multilib: .;@m64

kevinw66 avatar Jul 29 '22 06:07 kevinw66

Tested Ubuntu-20.04

[root@bigdata-0004 bigtop]# ./gradlew -POS=ubuntu-20.04 -Pprefix=trunk bigtop-slaves
......(ignore output)
BUILD SUCCESSFUL in 1h 35m 41s

[root@bigdata-0004 bigtop]# docker run -it bigtop/slaves:trunk-ubuntu-20.04 bash -c '. /etc/profile.d/bigtop.sh; clang -v'
clang version 14.0.6
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/local/bin
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/9
Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/9
Candidate multilib: .;@m64
Candidate multilib: 32;@m32
Candidate multilib: x32;@mx32
Selected multilib: .;@m64

kevinw66 avatar Jul 29 '22 09:07 kevinw66