PEP 11: fix CPU arch name for PowerPC64LE
This commit is contained in:
parent
4578d75cf5
commit
9c23bd6804
36
pep-0011.txt
36
pep-0011.txt
|
@ -96,16 +96,16 @@ Tier 2
|
|||
reverted within 24 hours**.
|
||||
- Failures on these platforms **block a release**.
|
||||
|
||||
=========================== ========================== ============================================== ========
|
||||
Target Triple Notes Buildbot Contacts
|
||||
=========================== ========================== ============================================== ========
|
||||
aarch64-apple-darwin clang https://buildbot.python.org/all/#/builders/725 Ned Deily, Ronald Oussoren, Dong-hee Na
|
||||
aarch64-unknown-linux-gnu glibc, gcc https://buildbot.python.org/all/#/builders/125 Petr Viktorin, Victor Stinner
|
||||
============================= ========================== ============================================== ========
|
||||
Target Triple Notes Buildbot Contacts
|
||||
============================= ========================== ============================================== ========
|
||||
aarch64-apple-darwin clang https://buildbot.python.org/all/#/builders/725 Ned Deily, Ronald Oussoren, Dong-hee Na
|
||||
aarch64-unknown-linux-gnu glibc, gcc https://buildbot.python.org/all/#/builders/125 Petr Viktorin, Victor Stinner
|
||||
|
||||
glibc, clang https://buildbot.python.org/all/#/builders/234 Victor Stinner, Gregory P. Smith
|
||||
powerpcle-unknown-linux-gnu glibc, gcc https://buildbot.python.org/all/#/builders/90 Petr Viktorin, Victor Stinner
|
||||
x86_64-unknown-linux-gnu glibc, clang https://buildbot.python.org/all/#/builders/441 Victor Stinner, Gregory P. Smith
|
||||
=========================== ========================== ============================================== ========
|
||||
glibc, clang https://buildbot.python.org/all/#/builders/234 Victor Stinner, Gregory P. Smith
|
||||
powerpc64le-unknown-linux-gnu glibc, gcc https://buildbot.python.org/all/#/builders/90 Petr Viktorin, Victor Stinner
|
||||
x86_64-unknown-linux-gnu glibc, clang https://buildbot.python.org/all/#/builders/441 Victor Stinner, Gregory P. Smith
|
||||
============================= ========================== ============================================== ========
|
||||
|
||||
|
||||
Tier 3
|
||||
|
@ -116,15 +116,15 @@ Tier 3
|
|||
- No response SLA to failures.
|
||||
- Failures on these platforms do **not** block a release.
|
||||
|
||||
============================== =========================== ============================================== ========
|
||||
Target Triple Notes Buildbot Contacts
|
||||
============================== =========================== ============================================== ========
|
||||
aarch64-pc-windows-msvc https://buildbot.python.org/all/#/builders/729 Steve Dower
|
||||
powerpcle-unknown-linux-gnu glibc, clang https://buildbot.python.org/all/#/builders/435 Victor Stinner
|
||||
s390x-unknown-linux-gnu glibc, gcc https://buildbot.python.org/all/#/builders/223 Victor Stinner
|
||||
x86_64-unknown-freebsd BSD libc, clang https://buildbot.python.org/all/#/builders/172 Victor Stinner
|
||||
armv7l-unknown-linux-gnueabihf Raspberry Pi OS, glibc, gcc https://buildbot.python.org/all/#/builders/424 Gregory P. Smith
|
||||
============================== =========================== ============================================== ========
|
||||
================================ =========================== ============================================== ========
|
||||
Target Triple Notes Buildbot Contacts
|
||||
================================ =========================== ============================================== ========
|
||||
aarch64-pc-windows-msvc https://buildbot.python.org/all/#/builders/729 Steve Dower
|
||||
powerpc64le-unknown-linux-gnu glibc, clang https://buildbot.python.org/all/#/builders/435 Victor Stinner
|
||||
s390x-unknown-linux-gnu glibc, gcc https://buildbot.python.org/all/#/builders/223 Victor Stinner
|
||||
x86_64-unknown-freebsd BSD libc, clang https://buildbot.python.org/all/#/builders/172 Victor Stinner
|
||||
armv7l-unknown-linux-gnueabihf Raspberry Pi OS, glibc, gcc https://buildbot.python.org/all/#/builders/424 Gregory P. Smith
|
||||
================================ =========================== ============================================== ========
|
||||
|
||||
|
||||
All other platforms
|
||||
|
|
Loading…
Reference in New Issue