Skip to content

Commit

Permalink
Drop pgo-only free-threaded macOS buid from expected release triples (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Dec 19, 2024
1 parent a9484ef commit 08ef1e2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/release.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,7 @@ pub static RELEASE_TRIPLES: Lazy<BTreeMap<&'static str, TripleRelease>> = Lazy::

// macOS.
let macos_suffixes = vec!["debug", "pgo+lto"];
let macos_suffixes_313 = vec![
"freethreaded+debug",
"freethreaded+pgo",
"freethreaded+pgo+lto",
];
let macos_suffixes_313 = vec!["freethreaded+debug", "freethreaded+pgo+lto"];
h.insert(
"aarch64-apple-darwin",
TripleRelease {
Expand Down

0 comments on commit 08ef1e2

Please sign in to comment.