File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 4545 run : |
4646 ./configure --prefix=/usr --exec-prefix= --sysconfdir=/etc --localstatedir=/var \
4747 --enable-x11-common-plugin --enable-testserv-plugin --with-watchdog \
48- --with-keventd \
48+ --with-keventd --with-libsystemd \
4949 CFLAGS="-fsanitize=address -ggdb"
5050 make -j3 clean
5151 make -j3 V=1
Original file line number Diff line number Diff line change 6666 - name : Configure
6767 run : |
6868 ./autogen.sh
69- ./configure --prefix= --enable-x11-common-plugin --with-watchdog --with-keventd
69+ ./configure --prefix= --enable-x11-common-plugin --with-watchdog \
70+ --with-keventd --with-libsystemd
7071 - name : Build
7172 run : |
7273 export PATH=`pwd`/coverity/bin:$PATH
Original file line number Diff line number Diff line change 3939 - name : Creating Makefiles ...
4040 run : |
4141 ./autogen.sh
42- ./configure --prefix=/usr --exec-prefix= --sysconfdir=/etc --localstatedir=/var \
43- --enable-x11-common-plugin --enable-testserv-plugin --with-watchdog \
44- --with-keventd
42+ ./configure --prefix=/usr --exec-prefix= --sysconfdir=/etc \
43+ --localstatedir=/var --enable-x11-common-plugin \
44+ --enable-testserv-plugin --with-watchdog \
45+ --with-keventd --with-libsystemd
4546 - name : Enable unprivileged userns (unshare)
4647 run : |
4748 sudo sysctl kernel.apparmor_restrict_unprivileged_userns=0
Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ if [ "$run_make" -eq 1 ]; then
2525fi
2626
2727./configure --prefix=/usr --exec-prefix= --sysconfdir=/etc --localstatedir=/var \
28- --enable-x11-common-plugin --with-watchdog --with-keventd \
28+ --enable-x11-common-plugin --enable-testserv-plugin --with-watchdog \
29+ --with-keventd --with-libsystemd \
2930 CFLAGS=' -fsanitize=address -ggdb'
3031
3132if [ " $run_make " -eq 1 ]; then
You can’t perform that action at this time.
0 commit comments