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
When bootstrapping SwiftPM, use relative paths for dependencies.
When bootstrapping SwiftPM, SwiftPM uses relative paths to find
its dependencies (e.g., llbuild) rather than repository URLs.
Do the same thing for the driver when SWIFTCI_USE_LOCAL_DEPS is set in
the environment. This allows us to use the Swift driver when
bootstrapping SwiftPM.
0 commit comments