File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 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'
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
6059jobs :
6160 call :
6261 uses : openfheorg/openfhe-python/.github/workflows/generic_workflow.yml@github-ci
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
You can’t perform that action at this time.
0 commit comments