Skip to content

Commit 953ef26

Browse files
Changes to manual.yml
1 parent bdbfbe6 commit 953ef26

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/manual.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
required: true
2222
default: '64'
2323
openfhe_development_branch:
24-
description: 'openfhe-development branch'
24+
description: 'openfhe-development branch/tag'
2525
type: string
2626
required: true
2727
default: 'main'
@@ -49,14 +49,13 @@ on:
4949
required: true
5050
default: '64'
5151
openfhe_development_branch:
52-
description: 'openfhe-development branch'
52+
description: 'openfhe-development branch/tag'
5353
type: string
5454
required: true
5555
default: 'main'
5656

57-
# cmake_args_map_openfhe_lib holds job specific additional cmake options. As we are testing openfhe-python here
58-
# and not openfhe-development, we do not link unittest, benchmarks, etc. for openfhe-development.
59-
# compiler flags, native_backend flag and OpenMP flag are set in generic_workflow.yml
57+
# As we are testing openfhe_python here, and not openfhe-development, we do not need
58+
# additional cmake options besides the compiler
6059
jobs:
6160
call:
6261
uses: openfheorg/openfhe-python/.github/workflows/generic_workflow.yml@github-ci
@@ -65,8 +64,5 @@ jobs:
6564
compiler: "${{ inputs.compiler }}"
6665
native_backend: "${{ inputs.native_backend }}"
6766
openfhe_development_branch: "${{ inputs.openfhe_development_branch }}"
68-
cmake_args_map_openfhe_lib: '{
69-
"default" : "-DBUILD_BENCHMARKS=OFF -DBUILD_UNITTESTS=OFF -DBUILD_EXAMPLES=OFF",
70-
}'
7167

7268

0 commit comments

Comments
 (0)