File tree Expand file tree Collapse file tree 10 files changed +11
-11
lines changed
aarch64-unknown-linux-musl
arm-unknown-linux-musleabihf
mipsel-unknown-linux-musl
powerpc-unknown-linux-gnu
powerpc64-unknown-linux-gnu
powerpc64le-unknown-linux-gnu
x86_64-unknown-linux-musl
src/unix/notbsd/linux/other Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1- FROM ubuntu:17.10
1+ FROM ubuntu:18.04
22
33RUN apt-get update && apt-get install -y --no-install-recommends \
44 gcc make libc6-dev git curl ca-certificates \
Original file line number Diff line number Diff line change 1- FROM ubuntu:17.10
1+ FROM ubuntu:18.04
22
33RUN apt-get update && apt-get install -y --no-install-recommends \
44 gcc make libc6-dev git curl ca-certificates \
Original file line number Diff line number Diff line change 1- FROM ubuntu:17.10
1+ FROM ubuntu:18.04
22
33RUN dpkg --add-architecture i386
44RUN apt-get update
Original file line number Diff line number Diff line change 1- FROM ubuntu:17.10
1+ FROM ubuntu:18.04
22
33RUN apt-get update && apt-get install -y --no-install-recommends \
44 gcc libc6-dev qemu-user ca-certificates qemu-system-mips curl \
Original file line number Diff line number Diff line change 1- FROM ubuntu:17.10
1+ FROM ubuntu:18.04
22
33RUN apt-get update && apt-get install -y --no-install-recommends \
44 gcc libc6-dev qemu-user ca-certificates qemu-system-mips curl \
Original file line number Diff line number Diff line change 1- FROM ubuntu:17.10
1+ FROM ubuntu:18.04
22
33RUN apt-get update && apt-get install -y --no-install-recommends \
44 gcc libc6-dev qemu-user ca-certificates \
@@ -7,4 +7,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
77
88ENV CARGO_TARGET_POWERPC_UNKNOWN_LINUX_GNU_LINKER=powerpc-linux-gnu-gcc \
99 CARGO_TARGET_POWERPC_UNKNOWN_LINUX_GNU_RUNNER="qemu-ppc -L /usr/powerpc-linux-gnu" \
10+ CC=powerpc-linux-gnu-gcc \
1011 PATH=$PATH:/rust/bin
Original file line number Diff line number Diff line change 1- FROM ubuntu:17.10
1+ FROM ubuntu:18.04
22
33RUN apt-get update && apt-get install -y --no-install-recommends \
44 gcc libc6-dev qemu-user ca-certificates \
Original file line number Diff line number Diff line change 1- FROM ubuntu:17.10
1+ FROM ubuntu:18.04
22
33RUN apt-get update && apt-get install -y --no-install-recommends \
44 gcc libc6-dev qemu-user ca-certificates \
Original file line number Diff line number Diff line change 1- FROM ubuntu:17.10
1+ FROM ubuntu:18.04
22
33RUN apt-get update
44RUN apt-get install -y --no-install-recommends \
Original file line number Diff line number Diff line change @@ -670,8 +670,7 @@ pub const NFPROTO_NETDEV: ::c_int = 5;
670670
671671// linux/netfilter/nf_tables.h
672672cfg_if ! {
673- if #[ cfg( any( target_arch = "arm" , target_arch = "powerpc" ,
674- target_arch = "powerpc64" , target_arch = "aarch64" ) ) ] {
673+ if #[ cfg( any( target_arch = "arm" , target_arch = "aarch64" ) ) ] {
675674 pub const NFT_TABLE_MAXNAMELEN : :: c_int = 32 ;
676675 pub const NFT_CHAIN_MAXNAMELEN : :: c_int = 32 ;
677676 pub const NFT_SET_MAXNAMELEN : :: c_int = 32 ;
You can’t perform that action at this time.
0 commit comments