Skip to content

Commit aed499a

Browse files
Pin OpenVINO runtime commit to avoid circular dependency issues (#3003)
Pin OpenVINO runtime commit to avoid circular dependency issues - Tickets: [CVS-165769](https://jira.devtools.intel.com/browse/CVS-165769) Signed-off-by: Andrii Staikov <[email protected]>
1 parent 6c481bc commit aed499a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
platform: ubuntu22
4545
commit_packages_to_provide: wheels
46-
revision: latest_available_commit
46+
revision: fcf7c2964cf460ecfcb039f748d1f4028626d58c
4747
# Set specific revision and uncomment to use OV from its PR build:
4848
# branch_name: master
4949
# event_name: pull_request

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
platform: ubuntu22
9595
commit_packages_to_provide: wheels,developer_package.tar.gz,openvino_node_npm_package.tar.gz
96-
revision: latest_available_commit
96+
revision: fcf7c2964cf460ecfcb039f748d1f4028626d58c
9797
# Set specific revision and uncomment to use OV from its PR build:
9898
# branch_name: master
9999
# event_name: pull_request

.github/workflows/mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
platform: macos_14_7
8686
arch: 'arm64'
8787
commit_packages_to_provide: wheels,developer_package.tar.gz,openvino_node_npm_package.tar.gz
88-
revision: latest_available_commit
88+
revision: fcf7c2964cf460ecfcb039f748d1f4028626d58c
8989
# Set specific revision and uncomment to use OV from its PR build:
9090
# branch_name: master
9191
# event_name: pull_request

.github/workflows/manylinux_2_28.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
platform: almalinux8
9595
commit_packages_to_provide: wheels,developer_package.tar.gz,openvino_node_npm_package.tar.gz
96-
revision: latest_available_commit
96+
revision: fcf7c2964cf460ecfcb039f748d1f4028626d58c
9797

9898
- name: Clone docker tag from OpenVINO repo
9999
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
platform: windows
9191
commit_packages_to_provide: wheels,openvino_node_npm_package.zip
92-
revision: latest_available_commit
92+
revision: fcf7c2964cf460ecfcb039f748d1f4028626d58c
9393
# Set specific revision and uncomment to use OV from its PR build:
9494
# branch_name: master
9595
# event_name: pull_request

0 commit comments

Comments
 (0)