Skip to content

Conversation

artemcm
Copy link
Contributor

@artemcm artemcm commented Jul 8, 2024

Since swiftlang/swift#72291 landed, this tool has been in a state where it can accidentally pick up existing prebuilt deps instead of generating new ones from-scratch (.swiftinterface).

args.append("-Xfrontend")
args.append("-prebuilt-module-cache-path")
args.append("-Xfrontend")
args.append(outputDir.appending(component: "__nonexistent__").pathString)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We most-likely don't need this anymore, but I'd like to remove it in a follow-up change after we cherry-pick this onto the release branch.

@artemcm
Copy link
Contributor Author

artemcm commented Jul 8, 2024

@swift-ci test

@artemcm artemcm merged commit 1567250 into swiftlang:main Jul 8, 2024
@artemcm artemcm deleted the IgnoreBinaryDepsOnSDKPrebuild branch July 8, 2024 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants