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

ci: downgrade Windows image to fix build #3306

Merged
merged 2 commits into from
Dec 16, 2024
Merged

ci: downgrade Windows image to fix build #3306

merged 2 commits into from
Dec 16, 2024

Conversation

cebtenzzre
Copy link
Member

@cebtenzzre cebtenzzre commented Dec 16, 2024

CircleCI recently updated "current" tag of the "windows-server-2022-gui" image from 2024.04.1 to 2024.12.1, which broke nvcc.

C:\Program Files\NVIDIA GPU Computing
Toolkit\CUDA\v11.8\include\crt/host_config.h(153): fatal error C1189:
#error: -- unsupported Microsoft Visual Studio version! Only the versions
between 2017 and 2022 (inclusive) are supported! The nvcc flag
'-allow-unsupported-compiler' can be used to override this version check;
however, using an unsupported host compiler may cause compilation failure
or incorrect run time execution. Use at your own risk.

Downgrade back to 2024.04.1 to work around this incompatibility. I tried 2024.07.1 but it had the same issue.

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
@cebtenzzre cebtenzzre merged commit 6806147 into main Dec 16, 2024
4 of 13 checks passed
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

Successfully merging this pull request may close these issues.

2 participants