From 867a7dcf003c51d5a83f83565771a35f0d9530ac Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 13 Mar 2021 13:52:53 +1100 Subject: Don't install moduli during tests. 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 | 2 -- .github/workflows/selfhosted.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index c2e9c532..f3fc475c 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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: diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index aadcb42b..c96d0994 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -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 -- cgit v1.2.3