mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
* Set LMDB_PURE to prevent lmdb install trying to patch a system library.
* Fix name.
(cherry picked from commit b36f77515c
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
25eabb39a6
commit
1dfd6e395c
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
- name: Install LMDB Python package
|
- name: Install LMDB Python package
|
||||||
pip:
|
pip:
|
||||||
name: lmdb
|
name: lmdb
|
||||||
|
environment:
|
||||||
|
LMDB_PURE: "1"
|
||||||
- name: Setup test data
|
- name: Setup test data
|
||||||
script: test_db.py
|
script: test_db.py
|
||||||
args:
|
args:
|
||||||
|
|
Loading…
Reference in a new issue