Skip to content

Commit 7911506

Browse files
namrata-ibmindygreg
authored andcommitted
Release s390x artifacts
1 parent 85923ca commit 7911506

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/release.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,15 @@ pub static RELEASE_TRIPLES: Lazy<BTreeMap<&'static str, TripleRelease>> = Lazy::
105105
},
106106
);
107107

108+
h.insert(
109+
"s390x-unknown-linux-gnu",
110+
TripleRelease {
111+
suffixes: linux_suffixes_nopgo.clone(),
112+
install_only_suffix: "lto",
113+
python_version_requirement: None,
114+
},
115+
);
116+
108117
h.insert(
109118
"i686-unknown-linux-gnu",
110119
TripleRelease {

0 commit comments

Comments
 (0)