Skip to content

Commit 9cfa9bc

Browse files
committed
Remove fips
1 parent 66b4a45 commit 9cfa9bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/yocto-librelp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
wolfssl_ref: [ 'v5.8.4-stable' ]
2828
openssl_ref: [ 'openssl-3.2.6' ]
29-
fips_ref: [ 'FIPS', 'non-FIPS' ]
29+
fips_ref: [ 'FIPS' ]
3030
replace_default: [ true, false ]
3131

3232
verify_yocto_env:
@@ -42,7 +42,7 @@ jobs:
4242
matrix:
4343
wolfssl_ref: [ 'v5.8.4-stable' ]
4444
openssl_ref: [ 'openssl-3.2.6' ]
45-
fips_ref: [ 'FIPS', 'non-FIPS' ]
45+
fips_ref: [ 'FIPS' ]
4646
replace_default: [ true, false ]
4747

4848
run_librelp_ptest:

0 commit comments

Comments
 (0)