We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Yes
如上图所示,有两个 build.sh, etc/script/ci/build.sh 最后一行 “ -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DBUILD_TIME=$BUILD_TIME -DGIT_COMMIT_ID=$SHORT_COMMIT_ID ${CMAKE_FLAGS}” 显示是为了获取 ci id、build time 等编译信息。
希望把 etc/script/ci/build.sh 融合到 etc/script/build.sh 里面。
唯有融合后, KiwiDB::ParseArgs() 才能正确地获取到 build 编译信息。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this a regression?
Yes
Screenshots or videos
Please provide the version you discovered this bug in (check about page for version information)
如上图所示,有两个 build.sh, etc/script/ci/build.sh 最后一行 “ -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DBUILD_TIME=$BUILD_TIME -DGIT_COMMIT_ID=$SHORT_COMMIT_ID ${CMAKE_FLAGS}” 显示是为了获取 ci id、build time 等编译信息。
希望把 etc/script/ci/build.sh 融合到 etc/script/build.sh 里面。
唯有融合后, KiwiDB::ParseArgs() 才能正确地获取到 build 编译信息。
The text was updated successfully, but these errors were encountered: