Skip to content

run-unit-test: Pass -blastdb_version 4 to fix tests on 32 bit

Iain Lane requested to merge laney/ncbi-blastplus:blastdbv4 into master

The autopkgtests currently fail on 32-bit arches with Error: mdb_env_open: Cannot allocate memory.

I found a similar commit in python-biopython and tried that here, and it works.

I could only try that by editing the test script inside an already failed envrionment though. When I build the package for i386, it fails with config.status:55855: error: flat makefile generation failed. (maybe I should file a bug about that).

Merge request reports

Loading