Skip to content

Commit

Permalink
github: enable Windows 2019 for integration test
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jiangliu committed Feb 5, 2022
1 parent 55f5bf3 commit 11ed64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
host_os:
- ubuntu-20.04
# - windows-2019
- windows-2019
steps:
- name: install NASM
uses: ilammy/setup-nasm@v1
Expand Down

0 comments on commit 11ed64c

Please sign in to comment.