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: rename mingw directory #42

Merged
merged 2 commits into from
Feb 11, 2022
Merged

ci: rename mingw directory #42

merged 2 commits into from
Feb 11, 2022

Conversation

abrown
Copy link
Contributor

@abrown abrown commented Feb 9, 2022

Recursively removing the C:\msys64 directory on the Windows GitHub
runners was taking upwards of 25 minutes. This change simply renames it
to avoid shadowing the libclang.dll name in the path.

Recursively removing the `C:\msys64` directory on the Windows GitHub
runners was taking upwards of 25 minutes. This change simply renames it
to avoid shadowing the `libclang.dll` name in the path.
@bnjbvr
Copy link
Contributor

bnjbvr commented Feb 11, 2022

Looks like bindgen managed to find the renamed directory: "the libclang shared library at C:\\msys64-unused\\mingw64\\bin\\libclang.dll could not be opened: LoadLibraryExW failed"

@abrown
Copy link
Contributor Author

abrown commented Feb 11, 2022

@bnjbvr, thanks for that path! If I just remove libclang.dll the build is way faster!

@abrown abrown merged commit 535f297 into intel:master Feb 11, 2022
@abrown abrown deleted the speed-up-ci branch February 11, 2022 16:56
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