Skip to content

Commit

Permalink
DAOS-15079 test: explicitly rename examples
Browse files Browse the repository at this point in the history
        Skip-test: true
        Skip-unit-tests: true
        Required-githooks: true

Signed-off-by: Tomasz Gromadzki <[email protected]>
  • Loading branch information
grom72 committed Mar 8, 2024
1 parent 4910c80 commit 24d341d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/libspdk3.install
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lib/x86_64-linux-gnu/lib*.so.*
scripts/{setup,common}.sh usr/share/spdk/scripts
include/spdk/pci_ids.h usr/include/spdk
build/examples/lsvmd usr/bin/spdk_lsvmd
build/examples/nvme_manage usr/bin/spdk_nvme_manage
build/examples/spdk_lsvmd usr/bin/
build/examples/spdk_nvme_manage usr/bin/
2 changes: 2 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ override_dh_auto_build:
dh_auto_build -- CONFIG_ARCH=haswell V=1

override_dh_auto_install:
cp build/examples/lsvmd build/examples/spdk_lsvmd
cp build/examples/nvme_manage build/examples/spdk_nvme_manage
dh_auto_install -- prefix=$(prefix) libdir=/lib/x86_64-linux-gnu/ datadir=$(prefix)/share

override_dh_missing:
Expand Down

0 comments on commit 24d341d

Please sign in to comment.