Skip to content
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

[6.0] Response files should be named using the hash of the command line arguments only #1639

Merged

Conversation

owenv
Copy link
Contributor

@owenv owenv commented Jun 21, 2024

Explanation:
Including the full hash of the job can lead to unnecessary duplication of the file, inhibiting job deduplication
Use a stable hash to ensure the response file name does not change from one process execution to the next

Risk: Low. This PR only impacts the naming convention for response files.
Testing: New unit test
Original PR: #1636
Reviewer: @nkcsgexi @cachemeifyoucan

@owenv
Copy link
Contributor Author

owenv commented Jun 21, 2024

@swift-ci please test

@nkcsgexi nkcsgexi merged commit 26f100e into swiftlang:release/6.0 Jun 22, 2024
3 checks passed
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