Skip to content

Commit eae47c4

Browse files
authored
Update expected release triples for x86_64_v4 (#474)
Following up on #467
1 parent e0d5d55 commit eae47c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/release.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,12 +271,12 @@ pub static RELEASE_TRIPLES: Lazy<BTreeMap<&'static str, TripleRelease>> = Lazy::
271271
h.insert(
272272
"x86_64_v4-unknown-linux-gnu",
273273
TripleRelease {
274-
suffixes: linux_suffixes_nopgo.clone(),
275-
install_only_suffix: "lto",
274+
suffixes: linux_suffixes_pgo.clone(),
275+
install_only_suffix: "pgo+lto",
276276
python_version_requirement: Some(VersionSpecifier::from_str(">=3.9").unwrap()),
277277
conditional_suffixes: vec![ConditionalSuffixes {
278278
python_version_requirement: VersionSpecifier::from_str(">=3.13").unwrap(),
279-
suffixes: linux_suffixes_nopgo_freethreaded.clone(),
279+
suffixes: linux_suffixes_pgo_freethreaded.clone(),
280280
}],
281281
},
282282
);

0 commit comments

Comments
 (0)