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

Boost.Math Github Actions error with C1083: Cannot open precompiled header file #229

Closed
3 tasks done
mborland opened this issue Mar 28, 2023 · 0 comments · Fixed by #231
Closed
3 tasks done

Boost.Math Github Actions error with C1083: Cannot open precompiled header file #229

mborland opened this issue Mar 28, 2023 · 0 comments · Fixed by #231
Labels
bug Something isn't working

Comments

@mborland
Copy link

Make sure you completed the following tasks

Environment and version details

  • Operating System+version: Windows version provided by GHA
  • Compiler+version: MSVC 14.0, 14.2, 14.3
  • Shell: GHA provided windows shell
  • B2 Version: Current version cloned on boost develop
  • B2 Configuration: Unknown

Brief problem description

Receiving error in Github Actions when running the Boost.Math tests. The error is fatal error C1083: Cannot open precompiled header file

Steps to reproduce the issue

Open a PR for any change against Boost.Math. The generation of the PCH can be found in the test jamfile here.

Actual behavior summary

All MSVC runs on Github Actions now fail with error C1083. I do not have a local windows development setup to test with.

Expected behavior summary

The tests would run successfully.

Other Notes

Recently this PR was merged which changed the behavior of PCH.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant