Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefer cc/gcc over clang on Solaris #4567

Merged
merged 1 commit into from
Jun 14, 2021
Merged

Conversation

shyouhei
Copy link
Member

@shyouhei shyouhei requested a review from nobu June 14, 2021 00:46
@shyouhei
Copy link
Member Author

Our CI is basically a no-op here, because we don't have a Solaris+clang combination. I need someone else's review before pressing the green merge button.

@tankf33der
Copy link

Testing, will be back asap.

@tankf33der
Copy link

tankf33der commented Jun 14, 2021

Solaris11 compiles by gcc by this patch out of box.

@junaruga
Copy link
Member

junaruga commented Jun 14, 2021

@tankf33der I have a question. How do you install clang on your Solaris 11? I could not find clang package on https://www.opencsw.org/get-it/packages/ . We have SPARC Solaris 10 and 11 servers where clang is not installed. I want to consider to install clang on the environments in the future if it is easy to install.

@tankf33der
Copy link

@tankf33der I have a question. How do you install clang on your Solaris 10 or 11? I could not find clang package on https://www.opencsw.org/get-it/packages/ . We have SPARC Solaris 10 and 11 servers where clang is not installed. I want to consider to install clang on the environments in the future if it is easy to install.

@junaruga
Solaris11 had LLVM6 package for many years via builtin standard pkg (IPS subsystem) and from version Oracle Solaris 11.4.30.88.3 Support Repository Update (Oracle Solaris 11.4 SRU 30.88.3) (Doc ID 2751881.1) Solaris11 has updated to LLVM11.
You must consider check pkgsrc to use in Solaris10 and 11 if you do not have active support plan from Oracle.

I am interested in learn something new and help you get LLVM, find me privately.

BTW, I gonna try compile ruby3 on IRIX too :)

@shyouhei shyouhei merged commit 90cad6e into ruby:master Jun 14, 2021
@shyouhei shyouhei deleted the no-solaris-clang branch June 14, 2021 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants