Skip to content

Commit 8e0f299

Browse files
ColtonWilleypadelsbach
authored andcommitted
Remove problematic cache behavior from cmdline workflow
1 parent 3edb290 commit 8e0f299

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/cmdline.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -29,29 +29,7 @@ jobs:
2929
with:
3030
fetch-depth: 1
3131

32-
- name: Checking wolfSSL/wolfProvider in cache
33-
# Debug builds are not currently supported by build-wolfprovider.yml
34-
# so those are manually built as a separate step.
35-
if: ${{ matrix.debug == '' }}
36-
uses: actions/cache@v4
37-
id: wolfprov-cache
38-
with:
39-
path: |
40-
wolfssl-install
41-
wolfprov-install
42-
openssl-install/lib64
43-
openssl-install/include
44-
openssl-install/bin
45-
46-
key: wolfprov-${{ matrix.wolfssl_ref }}-${{ matrix.openssl_ref }}-${{ github.sha }}
47-
# Normally we would fail on cache miss, but we rebuild below
48-
# for the DEBUG build.
49-
fail-on-cache-miss: false
50-
51-
# If not yet built this version, build it now
5232
- name: Build wolfProvider
53-
# Only run the test for a cache miss. On hit, we've already run the test.
54-
if: steps.wolfprov-cache.outputs.cache-hit != 'true'
5533
run: |
5634
${{ matrix.debug }} OPENSSL_TAG=${{ matrix.openssl_ref }} WOLFSSL_TAG=${{ matrix.wolfssl_ref }} ./scripts/build-wolfprovider.sh
5735

0 commit comments

Comments
 (0)