]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
build: Update wrap mode defaults
authorDaniel Wagner <dwagner@suse.de>
Thu, 13 Apr 2023 10:36:35 +0000 (12:36 +0200)
committerDaniel Wagner <wagi@monom.org>
Thu, 13 Apr 2023 10:51:51 +0000 (12:51 +0200)
We switched the default of the wrap mode to nofallback. Update the CI
builds accordingly.

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

index b914aa069e0233f8fece0eb7974021bf5db77925..01bae28499dc21f2fd2b8967b81090076de74546 100644 (file)
@@ -27,7 +27,6 @@ jobs:
           setup-options: >
             --werror
             --buildtype=debug
-            --wrap-mode=nofallback
           meson-version: 0.61.2
       - uses: BSFishy/meson-build@v1.0.3
         name: test
@@ -59,7 +58,6 @@ jobs:
           setup-options: >
             --werror
             --buildtype=release
-            --wrap-mode=nofallback
             -Dlibdbus=enabled
           meson-version: 0.61.2
       - uses: BSFishy/meson-build@v1.0.3
@@ -92,7 +90,6 @@ jobs:
           setup-options: >
             --werror
             --buildtype=release
-            --wrap-mode=nofallback
             --cross-file=.github/cross/clang.txt
             -Dlibdbus=enabled
           meson-version: 0.61.2
@@ -242,7 +239,6 @@ jobs:
           setup-options: >
             --werror
             --buildtype=release
-            --wrap-mode=nofallback
             --cross-file=.github/cross/ubuntu-armhf.txt
             -Dpython=disabled
           meson-version: 0.61.2
@@ -285,7 +281,6 @@ jobs:
           setup-options: >
             --werror
             --buildtype=release
-            --wrap-mode=nofallback
             --cross-file=.github/cross/ubuntu-ppc64le.txt
             -Dpython=disabled
           meson-version: 0.61.2
@@ -328,7 +323,6 @@ jobs:
           setup-options: >
             --werror
             --buildtype=release
-            --wrap-mode=nofallback
             --cross-file=.github/cross/ubuntu-s390x.txt
             -Dpython=disabled
           meson-version: 0.61.2
index 32bf2d072bb8fecc0f0d1c003e1dd84b2eeeaf06..86dc0de12bce50d15aa93b97ae89dca7de4c7cc6 100644 (file)
@@ -16,6 +16,9 @@ jobs:
     name: Build source distribution
     runs-on: ubuntu-latest
     steps:
+      - name: install libraries
+        run: sudo apt-get install gcc pkg-config libjson-c-dev libssl-dev python3-dev
+
       - uses: actions/checkout@v3
 
       - name: Build sdist