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

[Feature] support mac m1 #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

luohaha
Copy link

@luohaha luohaha commented Sep 30, 2022

Feature

support build starrocks dev env docker image for mac m1 platform.

Issue

StarRocks/starrocks#11826

install_env_gcc_arm64.sh Outdated Show resolved Hide resolved
# reinstall maven and ccache because this two libs counld be installed failed before.
RUN yum install -y epel-release
RUN yum install -y maven
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that maven has been installed with a pre-built binary. Is this necessary?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case that install fail before. In my env, I got some failure when install mvn and ccache in pre-built...

# reinstall maven and ccache because this two libs counld be installed failed before.
RUN yum install -y epel-release
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does the toolchain docker image need these libs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants