FeatureBaseDB / general

1 stars 1 forks source link

add tests to all projects for building on 32 bit architectures #32

Closed jaffee closed 6 years ago

jaffee commented 6 years ago

GOARCH=386 go build should do the trick. We recently got a report that the PDK was failing to build on 32 bit architectures.

yuce commented 6 years ago

Added a step in the CI config of the Go client to run 32bits tests: https://github.com/pilosa/go-pilosa/pull/129

yuce commented 6 years ago

Added a similar step to the server's CI config: https://github.com/pilosa/pilosa/pull/1225