mirror of git://anongit.mindrot.org/openssh.git
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.
This commit is contained in:
parent
0c054538fc
commit
867a7dcf00
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue