Skip to content

misc: fix windows libclang issues#205

Merged
baszalmstra merged 1 commit intomun-lang:masterfrom
baszalmstra:fix/windows_build
May 25, 2020
Merged

misc: fix windows libclang issues#205
baszalmstra merged 1 commit intomun-lang:masterfrom
baszalmstra:fix/windows_build

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