Skip to content

Commit 106c4be

Browse files
committed
Drop ppc64el and s390x builds
They're broken, and without access to hardware it doesn't seem worth trying to fix them. Closes #4
1 parent b56f596 commit 106c4be

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

1.19.0/jessie/Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ RUN set -eux; \
1212
amd64) rustArch='x86_64-unknown-linux-gnu'; rustupSha256='7b5ce33a881992b285e2aa6cbc785da4138c5bab7c8c9b55c06918bfb1ba0efa' ;; \
1313
armhf) rustArch='armv7-unknown-linux-gnueabihf'; rustupSha256='a92b003a15b2e4bd240c0f1d46232958c173f5605814e19961fc8a4d99a25b3e' ;; \
1414
i386) rustArch='i686-unknown-linux-gnu'; rustupSha256='4a478c977b7b4900456c2d4dd165019e7c923ebdaba3f47316717d1690387d9a' ;; \
15-
ppc64el) rustArch='powerpc64le-unknown-linux-gnu'; rustupSha256='5a966b6dd113995ff2e9cb59e9fd36aa2ce378bb1a397f27ceaeb41df5cf34c8' ;; \
16-
s390x) rustArch='s390x-unknown-linux-gnu'; rustupSha256='e89be1ac02188cbe181c00725a036f814817be337a6480cdcc83b3fa98acb875' ;; \
1715
*) echo >&2 "unsupported architecture: ${dpkgArch}"; exit 1 ;; \
1816
esac; \
1917
\

1.19.0/release-architectures

-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@
44
amd64 amd64 x86_64-unknown-linux-gnu
55
arm32v7 armhf armv7-unknown-linux-gnueabihf
66
i386 i386 i686-unknown-linux-gnu
7-
ppc64le ppc64el powerpc64le-unknown-linux-gnu
8-
s390x s390x s390x-unknown-linux-gnu

1.19.0/stretch/Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ RUN set -eux; \
1212
amd64) rustArch='x86_64-unknown-linux-gnu'; rustupSha256='7b5ce33a881992b285e2aa6cbc785da4138c5bab7c8c9b55c06918bfb1ba0efa' ;; \
1313
armhf) rustArch='armv7-unknown-linux-gnueabihf'; rustupSha256='a92b003a15b2e4bd240c0f1d46232958c173f5605814e19961fc8a4d99a25b3e' ;; \
1414
i386) rustArch='i686-unknown-linux-gnu'; rustupSha256='4a478c977b7b4900456c2d4dd165019e7c923ebdaba3f47316717d1690387d9a' ;; \
15-
ppc64el) rustArch='powerpc64le-unknown-linux-gnu'; rustupSha256='5a966b6dd113995ff2e9cb59e9fd36aa2ce378bb1a397f27ceaeb41df5cf34c8' ;; \
16-
s390x) rustArch='s390x-unknown-linux-gnu'; rustupSha256='e89be1ac02188cbe181c00725a036f814817be337a6480cdcc83b3fa98acb875' ;; \
1715
*) echo >&2 "unsupported architecture: ${dpkgArch}"; exit 1 ;; \
1816
esac; \
1917
\

0 commit comments

Comments
 (0)