-
Notifications
You must be signed in to change notification settings - Fork 95
fix: library mapping in linking checks #1721
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
Open
zelosleone
wants to merge
26
commits into
prefix-dev:main
Choose a base branch
from
zelosleone:linkincheck
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
5132670
Fix library mapping in linking checks
zelosleone 5a7584e
white lines of recipes
zelosleone 012691e
dynamical instead of harcoded
zelosleone 91a5277
further refining for dynamical approach
zelosleone c04499a
first step
zelosleone b495463
shallow merge
zelosleone 9127dfd
Merge main: Add Ruby/Node.js tests while preserving cache linking tests
zelosleone 475e8f6
merge fix
zelosleone cec07d0
for macos we remove paths and just use filenames
zelosleone 1f406ad
fmt
zelosleone 4a3e581
windows
zelosleone e042df3
.
zelosleone f1c12af
this will be a test (passes on local with vs2022)
zelosleone 3166e2a
time to get both platforms
zelosleone 555ff76
go
zelosleone 992a2e7
pixi lock
zelosleone 33b0670
some cleanup trying
zelosleone 1de2377
lets try like this
zelosleone 8ff0b99
LAST HOPEFULLY
zelosleone de0db43
cargo clippy for unix/windows file permission and test update (it pas…
zelosleone 0b07d22
some cleanups
zelosleone e79868e
post process mappings with sysroot packages only
zelosleone aef501a
all host libraries but only sysroot from build
zelosleone 9b57549
performance improvements with collecting library fiile names once
zelosleone c28c445
single lookup
zelosleone ebff2c5
back to ascii cases
zelosleone File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i seperated the compilers (that uses vs2019) from windows (manually set it to vs2022 due to bugs i encountered with earlier versions, both in CI and local)