guyuqi commented on PR #971: URL: https://github.com/apache/bigtop/pull/971#issuecomment-1200632965
Hi @iwasakims , In Centos7 (`bigtop/slaves:trunk-centos-7` ` x86_64/arm64`): `cmake3` was pre-installed and default linked to `cmake`: ``` [root@a06bcc19ce22 /]# whereis cmake cmake: /usr/bin/cmake [root@a06bcc19ce22 /]# ls /usr/bin/cmake -al lrwxrwxrwx 1 root root 15 May 13 01:55 /usr/bin/cmake -> /usr/bin/cmake3 ``` IMHO, it makes sense to remove cmake conditional 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]
