]> www.infradead.org Git - users/sagi/libnvme.git/commit
build: Move CI build steps into a scripts
authorDaniel Wagner <dwagner@suse.de>
Fri, 23 Jun 2023 13:29:15 +0000 (15:29 +0200)
committerDaniel Wagner <wagi@monom.org>
Fri, 23 Jun 2023 14:11:26 +0000 (16:11 +0200)
commit97456a410e32d001a1d8ff59a1810968e5d68f1f
tree3fa26a0d30ee8de57ae3706a6c9bf76c53faa59d
parent5820c8cfca5f2a0908da71cd4095fd861a12eb74
build: Move CI build steps into a scripts

Move the build instruction into a script. This allows to run these steps
also locally.

Also disable the fallback static library build as it is clearly not
working because in the dependencies rely to link against a dynamic
glibc. Instead just add a minimal static build without fallbacks.

While we are at it, also add a debug clang build.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
.github/workflows/build.yml
scripts/build.sh [new file with mode: 0755]