diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-05-08 10:55:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-08 10:55:15 +0200 |
| commit | 22366b6958ac43e2d6d2fe63a3e880e20c4ad981 (patch) | |
| tree | 2df44866fbd5a9e02ead2cb8a46f35fd5e670365 | |
| parent | 35d957fa5c07660e0fc1254edd3aa625576504c2 (diff) | |
| parent | 236188e92fbc81e0d05f79ee1688daedbaf204dc (diff) | |
| download | monitoring-plugins-22366b6958ac43e2d6d2fe63a3e880e20c4ad981.tar.gz | |
Merge pull request #2123 from RincewindsHat/fix_do_not_deactivate_v6_in_ci
Do not explicitely disable IPv6 in the CI
| -rw-r--r-- | .github/workflows/test-next.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-next.yml b/.github/workflows/test-next.yml index 81240759..fd59e85d 100644 --- a/.github/workflows/test-next.yml +++ b/.github/workflows/test-next.yml | |||
| @@ -38,7 +38,7 @@ jobs: | |||
| 38 | ${{ matrix.distro }} \ | 38 | ${{ matrix.distro }} \ |
| 39 | /bin/sh -c '${{ matrix.prepare }} && \ | 39 | /bin/sh -c '${{ matrix.prepare }} && \ |
| 40 | tools/setup && \ | 40 | tools/setup && \ |
| 41 | ./configure --enable-libtap --with-ipv6=no && \ | 41 | ./configure --enable-libtap && \ |
| 42 | make && \ | 42 | make && \ |
| 43 | make test && \ | 43 | make test && \ |
| 44 | make dist && \ | 44 | make dist && \ |
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 77ca6585..ce0ec547 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
| @@ -35,7 +35,7 @@ jobs: | |||
| 35 | ${{ matrix.distro }} \ | 35 | ${{ matrix.distro }} \ |
| 36 | /bin/sh -c '${{ matrix.prepare }} && \ | 36 | /bin/sh -c '${{ matrix.prepare }} && \ |
| 37 | tools/setup && \ | 37 | tools/setup && \ |
| 38 | ./configure --enable-libtap --with-ipv6=no && \ | 38 | ./configure --enable-libtap && \ |
| 39 | make && \ | 39 | make && \ |
| 40 | make test && \ | 40 | make test && \ |
| 41 | make dist && \ | 41 | make dist && \ |
