Compile the StarRocks project on Ubuntu 22.04 LTS #25017
Closed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Note: we use
screen
because it takes a long time to compile the code. As a result, you might be disconnected from your remote terminal. As a result usingscreen
allows you to keep with compiling the code even if you get disconnected. Learn more aboutscreen
by searching for thescreen
linux command on the internet.Also if you plan to compile the project several times, make sure that you have Maven Build Cache enabled. You will be
[INFO] Loading cache configuration from <project dir>/.mvn/maven-build-cache-config.xml
in the top of the build log if it's been activated.If you get disconnected just type in
Results should look like:
Beta Was this translation helpful? Give feedback.
All reactions