[dm-devel] [PATCH 10/16] GitHub workflows: package shared objects in artifact

mwilck at suse.com mwilck at suse.com
Thu Sep 1 16:09:46 UTC 2022


From: Martin Wilck <mwilck at suse.com>

As we are now using symlinks under tests/lib, the .so files under
checkers, prioritizers, and foreign need to be packaged, too.

Signed-off-by: Martin Wilck <mwilck at suse.com>
---
 .github/workflows/foreign.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/foreign.yaml b/.github/workflows/foreign.yaml
index 8fc6d49..bd4e9c1 100644
--- a/.github/workflows/foreign.yaml
+++ b/.github/workflows/foreign.yaml
@@ -32,6 +32,8 @@ jobs:
           tar cfv binaries.tar
           Makefile*
           libmpathcmd/*.so* libmultipath/*.so* libmpathutil/*.so*
+          libmultipath/checkers/*.so libmultipath/prioritizers/*.so
+          libmultipath/foreign/*.so
           tests/lib tests/*-test tests/Makefile tests/*.so*
       - uses: actions/upload-artifact at v1
         if: ${{ matrix.arch != '' && matrix.arch != '-i386' }}
-- 
2.37.1



More information about the dm-devel mailing list