Support 32 bit builds on travis #1385
Labels
area/testing
Testing related issues
good first issue
These are simple issues that can be picked up by new contributors
kind/enhancement
Something could be better.
Badger tests fail on 32 bit systems. We've tried to fix them multiple times but the crashes keep resurfacing. See #1384, #1142, #953, #89 .
#1216 was an attempt to run travis builds on 32 bit systems but travis seems it's run
i386
tests on a 64-bit host.As mentioned in #1384 (comment), it might be possible to run badger builds on a 32 bit container on travis on a 64 bit host and we should do that.
Here's an example of how delve runs 32 bit tests on a container on travis
Taken from https://github.com/chainhelen/delve/blob/master/.travis.yml#L51-L82
The text was updated successfully, but these errors were encountered: