]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
build: do not setup python
authorDaniel Wagner <dwagner@suse.de>
Tue, 31 Oct 2023 17:21:44 +0000 (18:21 +0100)
committerDaniel Wagner <wagi@monom.org>
Tue, 31 Oct 2023 17:23:36 +0000 (18:23 +0100)
The build container already ships the Python toolchain, so there is no
need to map the toolchain from the base container.

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

index 382f2372f4f56bed9b205384f659c11e010df1fc..041a7fd6632e49e08a8cd95f425cd0277c4b8a62 100644 (file)
@@ -20,9 +20,6 @@ jobs:
       image: ghcr.io/igaw/linux-nvme/debian:latest
     steps:
       - uses: actions/checkout@v4
-      - uses: actions/setup-python@v4
-        with:
-          python-version: '3.x'
       - name: build
         run: |
           scripts/build.sh -b ${{ matrix.buildtype }} -c ${{ matrix.compiler }}
@@ -71,9 +68,6 @@ jobs:
       image: ghcr.io/igaw/linux-nvme/debian:latest
     steps:
       - uses: actions/checkout@v4
-      - uses: actions/setup-python@v4
-        with:
-          python-version: '3.x'
       - name: build
         run: |
           scripts/build.sh -b release -c gcc libdbus
@@ -93,9 +87,6 @@ jobs:
     if: github.ref == 'refs/heads/master'
     steps:
       - uses: actions/checkout@v4
-      - uses: actions/setup-python@v4
-        with:
-          python-version: '3.x'
       - name: build
         run: |
           scripts/build.sh -b release -c gcc fallback