diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-16 11:03:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-16 11:03:24 +0000 |
commit | cd7009797f422a1df7e9fc1edf633a1ec6720b13 (patch) | |
tree | 623d2a0079912a23a15b28179f8fbdb7d6fc9a66 /.github/workflows/pylint.yml | |
parent | Releasing debian version 2.2.2-1. (diff) | |
download | nvme-stas-cd7009797f422a1df7e9fc1edf633a1ec6720b13.tar.xz nvme-stas-cd7009797f422a1df7e9fc1edf633a1ec6720b13.zip |
Merging upstream version 2.3~rc1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/pylint.yml')
-rw-r--r-- | .github/workflows/pylint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index abd3c1b..fc2bd14 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -64,7 +64,7 @@ jobs: run: | sudo apt-get install --yes --quiet swig libjson-c-dev || true meson subprojects download - meson setup builddir subprojects/libnvme -Dlibdbus=disabled -Dopenssl=disabled -Dbuildtype=release -Dprefix=/usr -Dpython=true + meson setup builddir subprojects/libnvme -Dlibdbus=disabled -Dopenssl=disabled -Dbuildtype=release -Dprefix=/usr -Dpython=enabled ninja -C builddir sudo meson install -C builddir |