Skip to content

Commit

Permalink
Update expected release triples for x86_64_v4 (#474)
Browse files Browse the repository at this point in the history
Following up on
#467
  • Loading branch information
zanieb authored Jan 5, 2025
1 parent e0d5d55 commit eae47c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/release.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,12 +271,12 @@ pub static RELEASE_TRIPLES: Lazy<BTreeMap<&'static str, TripleRelease>> = Lazy::
h.insert(
"x86_64_v4-unknown-linux-gnu",
TripleRelease {
suffixes: linux_suffixes_nopgo.clone(),
install_only_suffix: "lto",
suffixes: linux_suffixes_pgo.clone(),
install_only_suffix: "pgo+lto",
python_version_requirement: Some(VersionSpecifier::from_str(">=3.9").unwrap()),
conditional_suffixes: vec![ConditionalSuffixes {
python_version_requirement: VersionSpecifier::from_str(">=3.13").unwrap(),
suffixes: linux_suffixes_nopgo_freethreaded.clone(),
suffixes: linux_suffixes_pgo_freethreaded.clone(),
}],
},
);
Expand Down

0 comments on commit eae47c4

Please sign in to comment.