[openssh-commits] [openssh] 02/02: Install moduli file before tests.

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Jan 27 12:43:36 AEDT 2021


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit bba229b6f3328171f5e3ae85de443002523c0452
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Wed Jan 27 12:34:07 2021 +1100

    Install moduli file before tests.
    
    Reduces warnings during test runs.
---
 .github/workflows/c-cpp.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 121d43b2..d8677e2f 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -28,6 +28,8 @@ jobs:
       run: ./configure ${{ matrix.configs }}
     - name: make
       run: make
+    - name: copy moduli
+      run: sudo cp moduli /usr/local/etc/
     - name: make tests
       run: ./.github/run_test.sh ${{ matrix.configs }}
       env:
@@ -61,6 +63,8 @@ jobs:
       run: ./configure ${{ matrix.configs }}
     - name: make
       run: make
+    - name: copy moduli
+      run: sudo cp moduli /usr/local/etc/
     - name: make tests
       run: ./.github/run_test.sh ${{ matrix.configs }}
       env:
@@ -88,6 +92,8 @@ jobs:
       run: ./configure ${{ matrix.configs }}
     - name: make
       run: make
+    - name: copy moduli
+      run: sudo cp moduli /usr/local/etc/
     - name: make tests
       run: ./.github/run_test.sh ${{ matrix.configs }}
       env:
@@ -113,6 +119,8 @@ jobs:
       run: ./configure --with-ssl-dir=/usr/local/opt/openssl ${{ matrix.configs }}
     - name: make
       run: make
+    - name: copy moduli
+      run: sudo cp moduli /usr/local/etc/
     - name: make tests
       run: ./.github/run_test.sh ${{ matrix.configs }}
       env:

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list