]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
build: use build container with python support
authorDaniel Wagner <dwagner@suse.de>
Tue, 19 Dec 2023 21:19:24 +0000 (22:19 +0100)
committerDaniel Wagner <wagi@monom.org>
Wed, 20 Dec 2023 08:04:08 +0000 (09:04 +0100)
We should also build the Python binding, thus use the Debian container
with all Python dependencies installed.

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

index d6442f744e840186a670d6edfd237dcf621e5dbb..df79f65821c9d9bc9bc9ae81aff9140738b76c90 100644 (file)
@@ -17,7 +17,7 @@ jobs:
         compiler: [gcc, clang]
         buildtype: [debug, release]
     container:
-      image: ghcr.io/igaw/linux-nvme/debian:latest
+      image: ghcr.io/igaw/linux-nvme/debian.python:latest
     steps:
       - uses: actions/checkout@v4
       - name: build