2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 01:51:51 +00:00

Revert "test: disable rseq also on Archlinux"

This reverts commit f008f740411156b7309219c7e052cb8bc24d5aae.

Signed-off-by: Alexander Mikhalitsyn <alexander.mikhalitsyn@virtuozzo.com>
This commit is contained in:
Alexander Mikhalitsyn 2022-02-22 15:25:37 +03:00 committed by Andrei Vagin
parent 064e9925a0
commit 13338dee5c

View File

@ -1,8 +1,5 @@
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 \