Skip to content

Commit ccbb791

Browse files
committed
.github/workflows/test.yml: do not build OpenSSL apps and tests
Signed-off-by: Eugene Syromiatnikov <[email protected]>
1 parent 61d211f commit ccbb791

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: "Config openssl build"
3434
working-directory: "./openssl"
3535
run: |
36-
./config --prefix="$PWD/dist"
36+
./config no-apps no-tests --prefix="$PWD/dist"
3737
- name: "Build openssl"
3838
working-directory: "./openssl"
3939
run: |
@@ -85,7 +85,7 @@ jobs:
8585
- name: "Config openssl build"
8686
working-directory: "./openssl"
8787
run: |
88-
./config --prefix="$PWD/dist"
88+
./config no-apps no-tests --prefix="$PWD/dist"
8989
- name: "Build openssl"
9090
working-directory: "./openssl"
9191
run: |
@@ -143,7 +143,7 @@ jobs:
143143
shutdown_vm: false
144144
run: |
145145
cd openssl
146-
./config --prefix="$PWD/dist"
146+
./config no-apps no-tests --prefix="$PWD/dist"
147147
- name: "Build openssl"
148148
uses: "cross-platform-actions/action@fe0167d8082ac584754ef3ffb567fded22642c7d" #v0.27.0
149149
with:
@@ -214,7 +214,7 @@ jobs:
214214
shell: cmd
215215
run: |
216216
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
217-
perl Configure no-makedepend
217+
perl Configure no-makedepend no-apps no-tests
218218
- name: "Build openssl"
219219
working-directory: ".\\openssl"
220220
shell: cmd
@@ -257,7 +257,7 @@ jobs:
257257
- name: "Config openssl build"
258258
working-directory: "./openssl"
259259
run: |
260-
./config --prefix="$PWD/dist"
260+
./config no-apps no-tests --prefix="$PWD/dist"
261261
- name: "Build openssl"
262262
working-directory: "./openssl"
263263
run: |

0 commit comments

Comments
 (0)