]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
build: separate builds of libnvme and nvme-cli
authorDaniel Wagner <dwagner@suse.de>
Thu, 13 Jun 2024 12:31:25 +0000 (14:31 +0200)
committerDaniel Wagner <wagi@monom.org>
Thu, 13 Jun 2024 12:41:54 +0000 (14:41 +0200)
commit67abaaa4f570b92dc00b3ef66a45ec95c0c231c6
tree28c4aff066b3fde6d947382cf7710bf7332d0cd9
parenta3009385f5f5f5d20d06a31c019e15125f2f35d9
build: separate builds of libnvme and nvme-cli

Build and install libnvme separately from libnvme. This should catch any
attempts to include private headers from the library.

Also this is what distro usually do, so we should test this as well.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
.github/workflows/build.yml
scripts/build.sh