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

Adding cstdint header to support GCC 14 compilation #5594

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

mdabek-nvidia
Copy link
Collaborator

Fix to: #5591

Category:

Bug fix (non-breaking change which fixes an issue)

Description:

It fixes #5591 - missing compilation header, which errors in GCC 14

Additional information:

Affected modules and functionalities:

Key points relevant for the review:

Tests:

  • Existing tests apply
  • New tests added
    • Python tests
    • GTests
    • Benchmark
    • Other
  • N/A

Checklist

Documentation

  • Existing documentation applies
  • Documentation updated
    • Docstring
    • Doxygen
    • RST
    • Jupyter
    • Other
  • N/A

DALI team only

Requirements

  • Implements new requirements
  • Affects existing requirements
  • N/A

REQ IDs: N/A

JIRA TASK: N/A

Fix to: NVIDIA#5591

Signed-off-by: Marek Dabek <mdabek@nvidia.com>
@mdabek-nvidia
Copy link
Collaborator Author

!build

@JanuszL JanuszL self-assigned this Aug 5, 2024
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [17210392]: BUILD STARTED

@szkarpinski szkarpinski self-assigned this Aug 5, 2024
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [17210392]: BUILD FAILED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [17210392]: BUILD PASSED

@mdabek-nvidia mdabek-nvidia merged commit 097092f into NVIDIA:main Aug 5, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fail to build dali with gcc 14 due to missing cstdint header
4 participants