-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1207 from checkedc/workflow-issue-1
These changes fix the Windows CI runs when using GitHub's "windows-latest" runners. - Disable 2 failing clang tests for CUDA features. There is a Windows configuration specific issue that I don't want to spend time tracking down. The tests work fine on my Windows machine and break on GitHub's CI runner. - GitHub's Windows latest no longer includes Python's distutil package for Python 3.10, even though it wasn't removed until Python 3.12. Switch over to the recommended shutil package. - Work around a bug in shutil for Python 3.10 on Windows where it sometimes ignores the shell variable for executable file extensions. This causes the `which` function to not find `clang`, because the actual file name on Windows is `clang.exe`.
- Loading branch information
Showing
5 changed files
with
21 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters