Skip to content

Commit 94d7599

Browse files
committed
Update wanted release targets for aarch64-unknown-linux-gnu
1 parent 21cf744 commit 94d7599

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
@@ -168,12 +168,12 @@ pub static RELEASE_TRIPLES: Lazy<BTreeMap<&'static str, TripleRelease>> = Lazy::
168168
h.insert(
169169
"aarch64-unknown-linux-gnu",
170170
TripleRelease {
171-
suffixes: linux_suffixes_nopgo.clone(),
172-
install_only_suffix: "lto",
171+
suffixes: linux_suffixes_pgo.clone(),
172+
install_only_suffix: "pgo+lto",
173173
python_version_requirement: None,
174174
conditional_suffixes: vec![ConditionalSuffixes {
175175
python_version_requirement: VersionSpecifier::from_str(">=3.13").unwrap(),
176-
suffixes: linux_suffixes_nopgo_freethreaded.clone(),
176+
suffixes: linux_suffixes_pgo_freethreaded.clone(),
177177
}],
178178
},
179179
);

0 commit comments

Comments
 (0)