2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

ci: move asan and image streamer test to github

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber
2021-02-01 13:23:49 +00:00
committed by Andrei Vagin
parent f983a55e68
commit 67ce4e46c0
5 changed files with 26 additions and 7 deletions

View File

@@ -1,2 +1,2 @@
FROM fedora:29
FROM registry.fedoraproject.org/fedora:latest
ENV ASAN=1

View File

@@ -60,7 +60,7 @@ $(TARGETS): restart-docker
fedora-asan: restart-docker
$(MAKE) -C ../build $@$(target-suffix)
docker run -it $(CONTAINER_OPTS) criu-$@ ./scripts/ci/asan.sh $(ZDTM_OPTIONS)
docker run $(CONTAINER_OPTS) criu-$@ ./scripts/ci/asan.sh $(ZDTM_OPTIONS)
docker-test:
./docker-test.sh