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

misc: fix windows libclang issues #205

Merged
merged 1 commit into from
May 25, 2020

Conversation

baszalmstra
Copy link
Collaborator

@baszalmstra baszalmstra commented May 25, 2020

This fixes the windows builds. It was broken because GitHub added msys64 to their windows environments which include a copy of libclang. Using that however, resulted in an error.

This PR adds the LIBCLANG_PATH environment variable when installing LLVM on windows. That way it uses libclang from the version of LLVM we install anyway.

@baszalmstra baszalmstra self-assigned this May 25, 2020
@baszalmstra baszalmstra force-pushed the fix/windows_build branch 6 times, most recently from 9386f21 to f17f4d8 Compare May 25, 2020 18:43
@baszalmstra baszalmstra force-pushed the fix/windows_build branch 2 times, most recently from f12bddd to daee113 Compare May 25, 2020 19:44
@codecov
Copy link

codecov bot commented May 25, 2020

Codecov Report

Merging #205 into master will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #205   +/-   ##
=======================================
  Coverage   82.94%   82.95%           
=======================================
  Files         163      163           
  Lines       11509    11514    +5     
=======================================
+ Hits         9546     9551    +5     
  Misses       1963     1963           
Impacted Files Coverage Δ
crates/mun_runtime_capi/src/tests.rs 99.49% <0.00%> (+0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 39ba3be...daee113. Read the comment docs.

@baszalmstra baszalmstra requested a review from Wodann May 25, 2020 20:03
@baszalmstra baszalmstra marked this pull request as ready for review May 25, 2020 20:03
@baszalmstra baszalmstra merged commit 3f67612 into mun-lang:master May 25, 2020
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