Skip to content

v3.0-a.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Mar 15:07
· 291 commits to master since this release

This is an alpha release and is not intended for distribution to end users.

With the integration of libnvme, the goal of this release is to identify all release blockers in the build process.

To packagers: If you want to attempt packaging it, please note that the build process for libnvme and nvme-cli has changed.

  • libnvme only build:
        -Dnvme=disabled
        -Dlibnvme=enabled
  • nvme-cli only build:
        -Dnvme=enabled
        -Dlibnvme=disabled

If you hit problems, please report them. Thanks!