You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, it was far too strict, using the `Pkg.BinaryPlatforms.valid_dl_path()`
function which wants to parse out a version number as well.
Second, it wasn't properly collapsing symlinks and rejecting dependency
artifact libraries because `bin_files` must contain all libraries, but
`shlib_files` should not, it should only contain libraries built by this
package.
0 commit comments