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
fix: handle universal2-apple-darwin target in workspace projects
Use workspace_members instead of root_package() to collect artifacts
for the universal2 fat binary merge. root_package() returns None in
workspace projects causing a panic. Fixes#230.
0 commit comments