File tree 3 files changed +0
-22
lines changed
3 files changed +0
-22
lines changed Original file line number Diff line number Diff line change 27
27
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4
28
28
- name : Full build
29
29
run : OQSPROV_CMAKE_PARAMS=${{ matrix.cmake-params}} OQS_LIBJADE_BUILD=${{ matrix.libjade-build }} ./scripts/fullbuild.sh
30
- - name : Enable sibling oqsprovider for testing
31
- run : cd _build/lib && ln -s oqsprovider.so oqsprovider2.so
32
30
- name : Test
33
31
run : ./scripts/runtests.sh -V
34
32
63
61
run : git config --global --add safe.directory /__w/oqs-provider/oqs-provider
64
62
- name : Full build
65
63
run : OQSPROV_CMAKE_PARAMS=${{ matrix.cmake-params}} OPENSSL_BRANCH=${{ matrix.ossl-branch }} LIBOQS_BRANCH=main OQS_LIBJADE_BUILD=${{ matrix.libjade-build }} ./scripts/fullbuild.sh
66
- - name : Enable sibling oqsprovider for testing
67
- run : cd _build/lib && ln -s oqsprovider.so oqsprovider2.so
68
64
- name : Test
69
65
run : ./scripts/runtests.sh -V
70
66
- name : Re-generate code
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ providers = provider_sect
57
57
[provider_sect]
58
58
default = default_sect
59
59
oqsprovider = oqsprovider_sect
60
- oqsprovider2 = oqsprovider2_sect
61
60
62
61
# The fips section name should match the section name inside the
63
62
# included fipsmodule.cnf.
@@ -76,14 +75,6 @@ activate = 1
76
75
77
76
[oqsprovider_sect]
78
77
activate = 1
79
- # This second provider instance can be activated (for testing) for example
80
- # by creating a softlink with suitable name "oqsprovider2" to the originally
81
- # created oqsprovider.{so|dylib|dll}
82
- [oqsprovider2_sect]
83
- activate = 1
84
-
85
- # activate = 1
86
-
87
78
88
79
# ###################################################################
89
80
[ ca ]
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ providers = provider_sect
57
57
[provider_sect]
58
58
default = default_sect
59
59
oqsprovider = oqsprovider_sect
60
- oqsprovider2 = oqsprovider2_sect
61
60
62
61
# The fips section name should match the section name inside the
63
62
# included fipsmodule.cnf.
@@ -76,14 +75,6 @@ activate = 1
76
75
77
76
[oqsprovider_sect]
78
77
activate = 1
79
- # This second provider instance can be activated (for testing) for example
80
- # by creating a softlink with suitable name "oqsprovider2" to the originally
81
- # created oqsprovider.{so|dylib|dll}
82
- [oqsprovider2_sect]
83
- activate = 1
84
-
85
- # activate = 1
86
-
87
78
88
79
# ###################################################################
89
80
[ ca ]
You can’t perform that action at this time.
0 commit comments