cambyzju commented on PR #9534:
URL: https://github.com/apache/incubator-doris/pull/9534#issuecomment-1125627808
> > If you want to release the version, you could run 'sh build.sh --clean'
at first, then run 'sh build.sh' to compile and release the version.
> > Most of the time, we test and debug frequently, I personally do not
think it is necessary to update the version.
>
> We all agree that the new commit information needs to be packed into the
newly compiled package in time. FE is included, but BE is not. In the way of
--clean All files will be recompiled, while only 3 files will be recompiled by
deleting version.h, which is much faster.
If it is really needed, Does call 'gensrc/script/gen_build_version.sh'
better than remove files?
for example:
if [ ${BUILD_BE} -eq 1 ] ; then
${DORIS_HOME}/gensrc/script/gen_build_version.sh --be
...
fi
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]