mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
test: disable rseq also on Archlinux
Seems like Archlinux also uses rseq now and that breaks CRIU. Also disable rseq on Archlinux. Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
parent
7c9832eb6e
commit
f008f74041
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
FROM docker.io/library/archlinux:latest
|
||||
|
||||
# FIXME: Temporary solution for https://github.com/checkpoint-restore/criu/issues/1696
|
||||
ENV GLIBC_TUNABLES=glibc.pthread.rseq=0
|
||||
|
||||
ARG CC=gcc
|
||||
|
||||
RUN pacman -Syu --noconfirm \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue