Skip to content

Commit b7651f1

Browse files
authored
Merge pull request #472 from apple/shahmishal/add-support-for-5.4
Add release/5.4 branch support to common.py
2 parents c04876b + 6062fa8 commit b7651f1

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

common.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,21 @@
4646
'yams': '3.0.1',
4747
'swift-tools-support-core': 'main',
4848
},
49+
'release/5.4': {
50+
'llvm-project': 'swift/release/5.4',
51+
'swift': 'release/5.4',
52+
'cmark': 'release/5.4',
53+
'ninja': 'release',
54+
'llbuild': 'release/5.4',
55+
'swiftpm': 'main',
56+
'swift-corelibs-libdispatch': 'release/5.4',
57+
'swift-corelibs-foundation': 'release/5.4',
58+
'swift-corelibs-xctest': 'release/5.4',
59+
'swift-argument-parser': '0.3.0',
60+
'swift-driver': 'main',
61+
'yams': '3.0.1',
62+
'swift-tools-support-core': 'main',
63+
},
4964
'release/5.3': {
5065
'llvm-project': 'swift/release/5.3',
5166
'swift': 'release/5.3',

projects.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2055,7 +2055,7 @@
20552055
{
20562056
"issue": "rdar://problem/68590422",
20572057
"compatibility": ["4.0", "5.1"],
2058-
"branch": "main",
2058+
"branch": ["main", "release/5.4"],
20592059
"configuration": "debug"
20602060
}
20612061
]
@@ -2070,7 +2070,7 @@
20702070
{
20712071
"issue": "rdar://problem/68590422",
20722072
"compatibility": ["4.0", "5.1"],
2073-
"branch": "main",
2073+
"branch": ["main", "release/5.4"],
20742074
"configuration": "debug"
20752075
}
20762076
]
@@ -2350,7 +2350,7 @@
23502350
"xfail": {
23512351
"issue": "https://bugs.swift.org/browse/SR-11141",
23522352
"compatibility": "5.1",
2353-
"branch": ["main", "release/5.3"]
2353+
"branch": ["main", "release/5.3", "release/5.4"]
23542354
}
23552355
},
23562356
{
@@ -2455,7 +2455,7 @@
24552455
{
24562456
"issue": "https://bugs.swift.org/browse/SR-13190",
24572457
"compatibility": ["4.0", "5.1"],
2458-
"branch": "main"
2458+
"branch": ["main", "release/5.4"]
24592459
}
24602460
]
24612461
},

0 commit comments

Comments
 (0)