Disable shm:// test on OpenBSD (#1872)

This commit is contained in:
Anton Kochkov 2021-10-22 12:44:43 +08:00 committed by Anton Kochkov
parent 77f213620e
commit 9a1c402a1c

View file

@ -19,6 +19,8 @@ tasks:
/usr/local/bin/python3 -m pip install --user 'git+https://github.com/rizinorg/rz-pipe#egg=rzpipe&subdirectory=python'
- build: |
cd rizin
# Workaround to avoid running rz-pipe shm:// test due to memory constraints.
rm -f test/db/archos/not-windows-any/cmd_pipe
meson --buildtype=debug --prefix=${HOME} build # buildtype temporarily set to debug to examine rare rz-test crash core dumps
ninja -C build
- install: |