Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ejohnstown committed Jul 24, 2024
1 parent 2c60c74 commit c00206e
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/sshd-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest ]
wolfssl: [ v5.7.0-stable, master ]
os: [ ubuntu-latest ]
wolfssl: [ v5.7.2-stable ]
name: Build wolfssl
runs-on: ${{ matrix.os }}
timeout-minutes: 4
Expand All @@ -36,16 +36,16 @@ jobs:
repository: wolfssl/wolfssl
ref: ${{ matrix.wolfssl }}
path: wolfssl
configure: --enable-all CPPFLAGS="-DWOLFSSH_NO_FPKI -DWOLFSSH_NO_SFTP_TIMEOUT -DWOLFSSH_MAX_SFTP_RW=4000000"
configure: --enable-all
check: false
install: true

build_wolfssh:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest ]
wolfssl: [ v5.7.0-stable ]
os: [ ubuntu-latest ]
wolfssl: [ v5.7.2-stable ]
name: Build and test wolfsshd
runs-on: ${{ matrix.os }}
timeout-minutes: 10
Expand All @@ -63,12 +63,9 @@ jobs:
with:
repository: wolfssl/wolfssh
path: wolfssh
configure: --enable-sshd LDFLAGS="-L${{ github.workspace }}/build-dir/lib" CPPFLAGS="-I${{ github.workspace }}/build-dir/include"
configure: --enable-sshd LDFLAGS="-L${{ github.workspace }}/build-dir/lib" CPPFLAGS="-I${{ github.workspace }}/build-dir/include -DWOLFSSH_NO_FPKI -DWOLFSSH_NO_SFTP_TIMEOUT -DWOLFSSH_MAX_SFTP_RW=4000000"
check: true

- name: Run wolfSSHd tests
working-directory: wolfssh/apps/wolfsshd/test
run: |
pwd
ls
sudo ./run_all_sshd_tests.sh root
run: sudo ./run_all_sshd_tests.sh root

0 comments on commit c00206e

Please sign in to comment.