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
build-using-self: Do not set unnecessary env var (#8859)
The SWIFTPM_CUSTOM_BIN_DIR environment variable was set as it was
required by the Integration Tests when they were standalone Package.
Since merging the Integration Tests Package with the SwiftPM package
Tests, setting the environment variable is no longer necessary.
Update the `build-using-self` script to no longer set this environment
variable.
0 commit comments