Skip to content

Commit 6bcd6cb

Browse files
committed
ci: Update OpenSSL to 4.0 branch for kryoptic FIPS builds
Recent kryoptic changes in FIPS branch require features from OpenSSL 4.0 Signed-off-by: Jakub Jelen <jjelen@redhat.com>
1 parent 6497a8b commit 6bcd6cb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/kryoptic.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ jobs:
125125
#####################
126126
### OpenSSL build ###
127127
#####################
128-
- name: Setup OpenSSL 3.5
128+
- name: Setup OpenSSL 4.0
129129
id: ossl-setup
130130
run: |
131-
OPENSSL_BRANCH="openssl-3.5"
131+
OPENSSL_BRANCH="openssl-4.0"
132132
133133
cd ..
134134
git clone https://github.com/openssl/openssl.git \
@@ -151,7 +151,7 @@ jobs:
151151
./Configure no-docs no-tests
152152
make -j$(nproc)
153153
154-
- name: Cache OpenSSL 3.5 build
154+
- name: Cache OpenSSL 4.0 build
155155
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
156156
uses: actions/cache/save@v4
157157
with:
@@ -194,7 +194,7 @@ jobs:
194194
- uses: actions/upload-artifact@v4
195195
if: failure()
196196
with:
197-
name: Build logs OpenSSL version 3.5
197+
name: Build logs OpenSSL version 4.0
198198
path: |
199199
target/debug/build/*/output
200200

0 commit comments

Comments
 (0)