Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for broken apt dependencies on RiscV #23723

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

akladiev
Copy link
Collaborator

No description provided.

@akladiev akladiev requested a review from a team as a code owner March 27, 2024 17:14
@github-actions github-actions bot added category: CI OpenVINO public CI github_actions Pull requests that update GitHub Actions code labels Mar 27, 2024
@akladiev akladiev merged commit cf8cfd0 into openvinotoolkit:master Mar 27, 2024
31 of 32 checks passed
@@ -106,7 +106,7 @@ jobs:

# install compilers to build OpenVINO for RISC-V 64
apt --assume-yes install gcc-riscv64-linux-gnu g++-riscv64-linux-gnu
apt --assume-yes install gcc g++ python3-pip python3-venv python3-dev
apt --assume-yes install -yf gcc g++ python3-pip python3-venv python3-dev
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like we just need to swap --assume-yes and install in the original command?

bbielawx pushed a commit to bbielawx/openvino that referenced this pull request Apr 12, 2024
alvoron pushed a commit to alvoron/openvino that referenced this pull request Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CI OpenVINO public CI github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants