We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b6355 commit 70fe757Copy full SHA for 70fe757
module/profile.py
@@ -176,7 +176,7 @@ def __init__(
176
),
177
'15': BranchVersions(
178
gcc = '15.2.0',
179
- rev = '5.1',
+ rev = '6',
180
181
# ABI critical: 2025-08-08
182
mcfgthread = '2.1-ga.1',
@@ -198,7 +198,7 @@ def __init__(
198
199
'14': BranchVersions(
200
gcc = '14.3.0',
201
202
203
# ABI critical: 2024-08-01
204
mcfgthread = '1.8-ga.4',
@@ -220,7 +220,7 @@ def __init__(
220
221
'13': BranchVersions(
222
gcc = '13.4.0',
223
224
225
# trace back: 2023-12-22
226
binutils = '2.41',
0 commit comments