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

Supported Ubuntu 24.04 #23905

Merged

Conversation

ilya-lavrenov
Copy link
Contributor

@ilya-lavrenov ilya-lavrenov commented Apr 7, 2024

Details:

  • Supported Ubuntu 24.04

@ilya-lavrenov ilya-lavrenov requested review from a team as code owners April 7, 2024 14:16
@ilya-lavrenov ilya-lavrenov requested review from AlexKoff88 and artanokhov and removed request for a team April 7, 2024 14:16
@github-actions github-actions bot added category: CPU OpenVINO CPU plugin category: build OpenVINO cmake script / infra category: CI OpenVINO public CI category: dependency_changes Pull requests that update a dependency file category: packaging OpenVINO packaging / distribution github_actions Pull requests that update GitHub Actions code category: TFL FE OpenVINO TensorFlow Lite FrontEnd no-match-files category: NPU OpenVINO NPU plugin labels Apr 7, 2024
@@ -28,6 +28,10 @@ elseif(OV_COMPILER_IS_CLANG)
else()
ov_add_compiler_flags(-Wno-delete-non-virtual-dtor)
endif()
elseif(CMAKE_COMPILER_IS_GNUCXX)
if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 11)
ov_add_compiler_flags(-Wno-array-bounds)
Copy link
Contributor

@lmielick lmielick Apr 7, 2024

Choose a reason for hiding this comment

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

This is a very important warning. Can we fix instead?

@ilya-lavrenov ilya-lavrenov added this to the 2024.2 milestone Apr 16, 2024
@ilya-lavrenov ilya-lavrenov added this pull request to the merge queue Apr 16, 2024
Merged via the queue into openvinotoolkit:master with commit eb025fa Apr 16, 2024
108 checks passed
@ilya-lavrenov ilya-lavrenov deleted the ubuntu-24.04-support branch April 16, 2024 15:40
alvoron pushed a commit to alvoron/openvino that referenced this pull request Apr 29, 2024
### Details:
 - Supported Ubuntu 24.04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: build OpenVINO cmake script / infra category: CI OpenVINO public CI category: CPU OpenVINO CPU plugin category: dependency_changes Pull requests that update a dependency file category: NPU OpenVINO NPU plugin category: packaging OpenVINO packaging / distribution category: TFL FE OpenVINO TensorFlow Lite FrontEnd github_actions Pull requests that update GitHub Actions code no-match-files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants