Skip to content

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

CMD top
# 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...


CMD top
# 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