emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: filenotify-tests.el failing inside Docker debian:stretch


From: Ted Zlatanov
Subject: Re: filenotify-tests.el failing inside Docker debian:stretch
Date: Mon, 31 Dec 2018 19:39:10 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

On Mon, 31 Dec 2018 18:48:28 +0000 Ted Zlatanov <address@hidden> wrote: 

TZ> echo 0 > /proc/sys/kernel/randomize_va_space
...

One-liner version with configure, to be run after the kernel setting above:

docker run -it --rm -v /root/emacs-clone-tmp:/src debian:stretch bash -c "apt 
update -qq && DEBIAN_FRONTEND=noninteractive apt install 
--no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libc-dev gcc make autoconf 
automake libncurses-dev gnutls-dev git && cd /src && ./autogen.sh autoconf && 
./configure --without-makeinfo && make check"

It's inefficient but if you just run bash you should be able to run all
of the commands one by one.

Ted



reply via email to

[Prev in Thread] Current Thread [Next in Thread]