Skip to content
New issue

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

Re-enable Windows CI #15

Open
dtolnay opened this issue Aug 31, 2022 · 0 comments
Open

Re-enable Windows CI #15

dtolnay opened this issue Aug 31, 2022 · 0 comments

Comments

@dtolnay
Copy link
Owner

dtolnay commented Aug 31, 2022

windows:
name: Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: Add clang path to $PATH env
run: echo "C:\msys64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- run: cargo test --release
# Clang 13 does not understand Microsoft Visual Studio 2022's standard
# library implementation. It's worked fine against older MSVC so
# hopefully this job will start working again at some point.
# "cannot mangle this dependent-length array yet"
# "cannot mangle this template type parameter type yet"
continue-on-error: true

This job used to work but had to get disabled in 2871541.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant