Commit 1f8d809
authored
Set explicit file types in PIF for binary artifacts (#9479)
This ensures that even if an artifact bundle is downloaded and unpacked
without a file extension, the underlying build system can identify it
correctly.
Closes #9471
Depends on swiftlang/swift-build#962
I wasn't able to add a test for this because I can only reproduce it
with remote packages1 parent 7ee2e09 commit 1f8d809
File tree
2 files changed
+15
-2
lines changed- Sources/SwiftBuildSupport
2 files changed
+15
-2
lines changedLines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
230 | 243 | | |
231 | 244 | | |
232 | 245 | | |
| |||
659 | 672 | | |
660 | 673 | | |
661 | 674 | | |
662 | | - | |
| 675 | + | |
663 | 676 | | |
664 | 677 | | |
665 | 678 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
349 | | - | |
| 349 | + | |
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
| |||
0 commit comments