Skip to content

Commit

Permalink
.github/workflows: Build imaptest with static libssl_iostream_openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Sep 6, 2024
1 parent 9aff99c commit ffb1d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
working-directory: ${{ github.workspace }}/core
run: |
./autogen.sh
./configure --without-shared-libs
./configure --without-shared-libs --enable-static --disable-shared
make
- name: Build imaptest
working-directory: ${{ github.workspace }}/imaptest
run: |
./autogen.sh
./configure --with-dovecot=../core --enable-static
./configure --with-dovecot=../core --enable-static --disable-shared
make
- name: Upload Artifact
if: ${{ github.repository == 'dovecot/imaptest' && github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit ffb1d99

Please sign in to comment.