Skip to content

windows: add -lntdll to fix windows builds#8988

Closed
jasonish wants to merge 1 commit into
OISF:masterfrom
jasonish:windows-rust-update/v1
Closed

windows: add -lntdll to fix windows builds#8988
jasonish wants to merge 1 commit into
OISF:masterfrom
jasonish:windows-rust-update/v1

Conversation

@jasonish

@jasonish jasonish commented Jun 7, 2023

Copy link
Copy Markdown
Member

Rust 1.70 has introduced some possible issues between LLVM and gcc
causing link errors that are fixed by explicitly adding -lntdll.

Thanks to extendr/rextendr#285 for the fix.

Rust 1.70 has introduced some possible issues between LLVM and gcc
causing link errors that are fixed by explicitly adding -lntdll.

Thanks to extendr/rextendr#285 for the fix.
@jasonish
jasonish requested a review from a team as a code owner June 7, 2023 16:03
@codecov

codecov Bot commented Jun 7, 2023

Copy link
Copy Markdown

Codecov Report

Merging #8988 (7ceba3f) into master (0ec0d8d) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8988   +/-   ##
=======================================
  Coverage   82.41%   82.41%           
=======================================
  Files         969      969           
  Lines      273556   273556           
=======================================
  Hits       225442   225442           
  Misses      48114    48114           
Flag Coverage Δ
fuzzcorpus 64.93% <ø> (-0.01%) ⬇️
suricata-verify 60.48% <ø> (+0.01%) ⬆️
unittests 62.93% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@jasonish

jasonish commented Jun 7, 2023

Copy link
Copy Markdown
Member Author

This is needed in master-6.0.x, but cleanly cherry-picks.

This was referenced Jun 8, 2023
@victorjulien

Copy link
Copy Markdown
Member

Merged in #8994 and #8995, thanks!

@jasonish
jasonish deleted the windows-rust-update/v1 branch December 12, 2024 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants