Open XVilka opened 1 year ago
Just like we have for Linux x86_64 in test/db/archos/linux-x64
test/db/archos/linux-x64
They should be put in test/db/archos/linux-arm64 (see also test/db/archos/darwin-arm64)
test/db/archos/linux-arm64
test/db/archos/darwin-arm64
This way we would be able to test them automatically using our Travis CI that has ARM64 worker.
To resolve this issue do we need to have an arm machine or normal linux will do the trick?
@manasghandat you can use QEMU
For CI, we already have ARM CI.
Just like we have for Linux x86_64 in
test/db/archos/linux-x64
They should be put in
test/db/archos/linux-arm64
(see alsotest/db/archos/darwin-arm64
)This way we would be able to test them automatically using our Travis CI that has ARM64 worker.