]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
build: Extend static linked binary build test
authorDaniel Wagner <dwagner@suse.de>
Mon, 17 Apr 2023 06:26:35 +0000 (08:26 +0200)
committerDaniel Wagner <wagi@monom.org>
Mon, 17 Apr 2023 07:15:21 +0000 (09:15 +0200)
commitfe1e01aaad95bdcac87212af88eba74f70ab50f9
tree22928b43a2f0bacc882a6953bcffad04117252b7
parentb0327e13bd5796b91f8832a39748d9741c26b6db
build: Extend static linked binary build test

So far, the binary was still linking against the libc dynamically.
The final step to link completely statically can be achieved by setting
the LDFLAGS environment variable.

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