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
2
2
3
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
4
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
2
2
3
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
4
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
2
2
3
3
RUN dpkg --add-architecture i386
4
4
RUN apt-get update
Original file line number Diff line number Diff line change 1
- FROM ubuntu:17.10
1
+ FROM ubuntu:18.04
2
2
3
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
4
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
2
2
3
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
4
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
2
2
3
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
4
gcc libc6-dev qemu-user ca-certificates \
@@ -7,4 +7,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
7
7
8
8
ENV CARGO_TARGET_POWERPC_UNKNOWN_LINUX_GNU_LINKER=powerpc-linux-gnu-gcc \
9
9
CARGO_TARGET_POWERPC_UNKNOWN_LINUX_GNU_RUNNER="qemu-ppc -L /usr/powerpc-linux-gnu" \
10
+ CC=powerpc-linux-gnu-gcc \
10
11
PATH=$PATH:/rust/bin
Original file line number Diff line number Diff line change 1
- FROM ubuntu:17.10
1
+ FROM ubuntu:18.04
2
2
3
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
4
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
2
2
3
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
4
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
2
2
3
3
RUN apt-get update
4
4
RUN 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;
670
670
671
671
// linux/netfilter/nf_tables.h
672
672
cfg_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" ) ) ] {
675
674
pub const NFT_TABLE_MAXNAMELEN : :: c_int = 32 ;
676
675
pub const NFT_CHAIN_MAXNAMELEN : :: c_int = 32 ;
677
676
pub const NFT_SET_MAXNAMELEN : :: c_int = 32 ;
You can’t perform that action at this time.
0 commit comments