Skip to content

Commit acf5580

Browse files
author
Test User
committed
Add updated build with debian isntall
1 parent 58e4857 commit acf5580

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/build-wolfprovider.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
automake \
5050
ca-certificates \
5151
openssl \
52-
libtool
52+
libtool \
53+
bc
5354
5455
# Download pre-built packages from debs branch
5556
- name: Checkout debs branch
@@ -149,13 +150,9 @@ jobs:
149150
git remote add upstream https://github.com/wolfSSL/wolfProvider.git || true
150151
git fetch upstream --tags --no-recurse-submodules
151152
152-
- name: Build wolfProvider
153+
- name: Install wolfProvider
153154
run: |
154-
echo "Building ${{ inputs.fips_ref }} wolfProvider..."
155-
WOLFSSL_TAG=${{ inputs.wolfssl_ref }} OPENSSL_TAG=${{ inputs.openssl_ref }} \
156-
yes "Y" | $GITHUB_WORKSPACE/scripts/build-wolfprovider.sh --debian \
157-
${{ inputs.fips_ref == 'FIPS' && '--enable-fips' || '' }} \
158-
${{ inputs.replace_default && '--replace-default' || '' }}
155+
$GITHUB_WORKSPACE/debian/install-wolfprov.sh ${{ env.WOLFPROV_PACKAGES_PATH }}
159156
160157
- name: Setup packages directory
161158
run: |

0 commit comments

Comments
 (0)