You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* As of 0.17.0, a warning is emitted when running `test_init_config`
for the aarch64 conda builds with the messsage:
<jemalloc>: MADV_DONTNEED does not work (memset will be used instead)
<jemalloc>: (This is the expected behaviour if you are running under QEMU)
* This can be ignored as this is being run in a Docker image / QEMU
and is therefore expected behavior
* There was a temporary patch added to conda-forge/tiledb-py-feedstock#145
in order to get the aarch64 packages to build properly. This should be
removed in the next release in lieu of this change
0 commit comments