Disable shm:// test on OpenBSD (#1872)
This commit is contained in:
parent
77f213620e
commit
9a1c402a1c
1 changed files with 2 additions and 0 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue