]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Don't install moduli during tests.
authorDarren Tucker <dtucker@dtucker.net>
Sat, 13 Mar 2021 02:52:53 +0000 (13:52 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Sat, 13 Mar 2021 02:52:53 +0000 (13:52 +1100)
Now that we have TEST_SSH_MODULI_FILE pointing to the moduli in the
soure directory we don't need to install the file to prevent warnings
about it being missing.

.github/workflows/c-cpp.yml
.github/workflows/selfhosted.yml

index c2e9c5327ecbd682fe9eabe1cd857bd129c4af2e..f3fc475c761b6a38bd5aefec81a0fb5bd4e829eb 100644 (file)
@@ -46,8 +46,6 @@ jobs:
       run: ./.github/configure.sh ${{ matrix.configs }}
     - name: make
       run: make -j2
-    - name: install moduli
-      run: sudo sh -c "mkdir -p /usr/local/etc/; cp moduli /usr/local/etc/"
     - name: make tests
       run: ./.github/run_test.sh ${{ matrix.configs }}
       env:
index aadcb42b4ddccaa818671424a247ba502ca6f1a3..c96d0994118cf44f881962851de1e1ab751d9ba6 100644 (file)
@@ -51,8 +51,6 @@ jobs:
           config.log
     - name: make
       run: vmrun make
-    - name: install moduli
-      run: vmrun "sudo mkdir -p /usr/local/etc/; sudo cp moduli /usr/local/etc/"
     - name: make tests
       run: vmrun ./.github/run_test.sh ${{ matrix.configs }}
     - name: save regress logs