Skip to content

[PrebuiltModuleGen] Ensure the dependency scanner always ignores existing prebuilt modules #1651

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 8, 2024

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).

@@ -169,6 +169,19 @@ do {
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
3 checks passed
@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