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
由于distribution模块不依赖ext/apm-seata-skywalking-plugin模块,导致distribution先于ext/apm-seata-skywalking-plugin构建。 这导致release-seata.xml中
的打包动作在首次构建时不会生效。 这将进一步导致Dockerfile中的这一行 ADD ext/ /seata-server/ext 在构建镜像时会报错。
这一bug在第二次构建时会消失,因为apm-seata-skywalking-plugin在上一次构建时已经打包完成了。
If there is an exception, please attach the exception trace:
Just paste your stack trace here!
可以看到apm-seata-skywalking-plugin晚于distribution
预期是先构建apm-seata-skywalking-plugin再构建distribution
建议distribution模块依赖apm-seata-skywalking-plugin模块
The text was updated successfully, but these errors were encountered:
@HEIBAIJIE Can you submit a pr to fix this issue ?
Sorry, something went wrong.
@slievrly I will submit a pr tonight.
thanks for your contribution.
Successfully merging a pull request may close this issue.
Ⅰ. Issue Description
由于distribution模块不依赖ext/apm-seata-skywalking-plugin模块,导致distribution先于ext/apm-seata-skywalking-plugin构建。
这导致release-seata.xml中
的打包动作在首次构建时不会生效。
这将进一步导致Dockerfile中的这一行
ADD ext/ /seata-server/ext
在构建镜像时会报错。
这一bug在第二次构建时会消失,因为apm-seata-skywalking-plugin在上一次构建时已经打包完成了。
Ⅱ. Describe what happened
If there is an exception, please attach the exception trace:
可以看到apm-seata-skywalking-plugin晚于distribution
Ⅲ. Describe what you expected to happen
预期是先构建apm-seata-skywalking-plugin再构建distribution
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
建议distribution模块依赖apm-seata-skywalking-plugin模块
Ⅵ. Environment:
The text was updated successfully, but these errors were encountered: