Commit 15840e4
authored
Disable branch name validation (#7037)
This validation happens unconditionally after parsing a manifest, so
even if a dependency may be unused or overidden which is undesirable and
unexpected. We need to either provide context or move the validation,
but this currently breaks builds in environments where the validation
doesn't succeed, so to unblock, we can disable it.
rdar://1173304101 parent de5d5e5 commit 15840e4
File tree
2 files changed
+4
-7
lines changed- Sources/PackageLoading
- Tests/FunctionalTests
2 files changed
+4
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
| 224 | + | |
| 225 | + | |
231 | 226 | | |
232 | 227 | | |
233 | 228 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| 341 | + | |
| 342 | + | |
341 | 343 | | |
342 | 344 | | |
343 | 345 | | |
| |||
0 commit comments