support infer_ut on windows nightly build#35049
Merged
OliverLPH merged 3 commits intoPaddlePaddle:developfrom Aug 23, 2021
Merged
support infer_ut on windows nightly build#35049OliverLPH merged 3 commits intoPaddlePaddle:developfrom
OliverLPH merged 3 commits intoPaddlePaddle:developfrom
Conversation
|
Thanks for your contribution! |
zhwesky2010
reviewed
Aug 20, 2021
Contributor
zhwesky2010
left a comment
There was a problem hiding this comment.
本地测了,能跑过吗?后续如果这个标签没问题,看看时间,能否合并到test_inference标签里给CI跑
Contributor
Author
本地是通过 busybox 手动执行 run.sh 能够跑过,没有带paddle_build.bat里面编译的流程,所以想试下上流水线能不能跑过 |
zhwesky2010
reviewed
Aug 23, 2021
| else | ||
| wget -q --no-proxy ${url_prefix}/${model_name}.tgz | ||
| tar xzf *.tgz | ||
| if [ $WIN_DETECT != "" ]; then |
Contributor
There was a problem hiding this comment.
这段逻辑是windows用代理,Linux不用代理
Contributor
Author
There was a problem hiding this comment.
目前修改为
Linux下:wget -q --no-proxy 取消代理
Windows下:使用busybox,wget -q -Y off 取消代理
| -DWITH_GTEST=ON \ | ||
| -DCMAKE_CXX_FLAGS='/std:c++17' \ | ||
| -DCMAKE_BUILD_TYPE=Release | ||
| msbuild /maxcpucount /property:Configuration=Release ALL_BUILD.vcxproj; |
Contributor
Author
There was a problem hiding this comment.
是多写了分号,但目前不影响 busybox bash run.sh 运行
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR types
Others
PR changes
Others
Describe