File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,18 @@ jobs:
152
152
restore-keys : |
153
153
${{ runner.os }}-${{ runner.arch }}-main
154
154
155
+ - name : Generate product manifest and set CI_BUILD_NUMBER & CI_BUILD_DEV_TAG
156
+ id : create_manifest
157
+ uses : ./openvino/.github/actions/create_manifest
158
+ with :
159
+ repos : |
160
+ ${{ env.OPENVINO_REPO }}
161
+ ${{ env.OPENVINO_CONTRIB_REPO }}
162
+ product_type : ${{ env.PRODUCT_TYPE }}
163
+ target_arch : ${{ runner.arch }}
164
+ build_type : ' release'
165
+ save_to : ${{ github.workspace }}/${{ env.MANIFEST_FILE }}
166
+
155
167
- name : CMake configure
156
168
run : |
157
169
cmake \
@@ -234,18 +246,6 @@ jobs:
234
246
version : ${{ env.PYTHON_VERSION }}
235
247
should-setup-pip-paths : ' false'
236
248
self-hosted-runner : ' false'
237
-
238
- - name : Generate product manifest and set CI_BUILD_NUMBER & CI_BUILD_DEV_TAG
239
- id : create_manifest
240
- uses : ./openvino/.github/actions/create_manifest
241
- with :
242
- repos : |
243
- ${{ env.OPENVINO_REPO }}
244
- ${{ env.OPENVINO_CONTRIB_REPO }}
245
- product_type : ${{ env.PRODUCT_TYPE }}
246
- target_arch : ${{ runner.arch }}
247
- build_type : ' release'
248
- save_to : ${{ github.workspace }}/${{ env.MANIFEST_FILE }}
249
249
250
250
- name : Cmake & Build - OpenVINO Contrib
251
251
run : |
You can’t perform that action at this time.
0 commit comments