github: enable Windows 2019 for integration test#68
github: enable Windows 2019 for integration test#68jiangliu wants to merge 1 commit intoconfidential-containers:stagingfrom
Conversation
Integration test fails on Windows 2019 with following errors: cargo xtest --target /d/a/td-shim/td-shim/devtools/rustc-targets/x86_64-custom.json -p test-td-exception WARNING: There is no root package to read the cargo-xbuild config from. error: target path "/d/a/td-shim/td-shim/devtools/rustc-targets/x86_64-custom.json" is not a valid file Error: target path "/d/a/td-shim/td-shim/devtools/rustc-targets/x86_64-custom.json" is not a valid file Caused by: The system cannot find the path specified. (os error 3) mingw32-make: *** [Makefile:97: integration-test-test-td-exception] Error 101 Error: Process completed with exit code 1. Signed-off-by: Liu Jiang <gerry@linux.alibaba.com>
|
@jyao1 Any idea about the failure? It succeeds on Ubuntu Linux but fails on Windows 2019. |
Sorry, I forget the history. Let me double check after all people are back from holiday. |
|
I can also run the test on my ubuntu system. I modified Windows os to Windows-latest test. The result is still wrong. Then I tested it on my Windows system according to the integration.yml steps. Can you run it successfully on your own windows system? |
I have no windows system available:( |
|
@jiangliu - Is this still required? If so, how do we move this forward? |
Integration test fails on Windows 2019 with following errors:
cargo xtest --target /d/a/td-shim/td-shim/devtools/rustc-targets/x86_64-custom.json -p test-td-exception
WARNING: There is no root package to read the cargo-xbuild config from.
error: target path "/d/a/td-shim/td-shim/devtools/rustc-targets/x86_64-custom.json" is not a valid file
Error: target path "/d/a/td-shim/td-shim/devtools/rustc-targets/x86_64-custom.json" is not a valid file
Caused by:
The system cannot find the path specified. (os error 3)
mingw32-make: *** [Makefile:97: integration-test-test-td-exception] Error 101
Error: Process completed with exit code 1.
Signed-off-by: Liu Jiang gerry@linux.alibaba.com