Skip to content

Add sqlite3 dev package - #5116

Merged
causten merged 1 commit into
developfrom
docker_ort
Aug 5, 2026
Merged

Add sqlite3 dev package#5116
causten merged 1 commit into
developfrom
docker_ort

Conversation

@causten

@causten causten commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

Motivation

New ONNX Runtime commit #5107 hit failures due to...
Could NOT find SQLite3 (missing: SQLite3_LIBRARY SQLite3_INCLUDE_DIR)

Technical Details

Add the dev packages

@causten
causten requested review from TedThemistokleous and kahmed10 and a lite review from Copilot August 5, 2026 19:50

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds the missing SQLite3 development dependency to the ONNX Runtime Docker image used in MIGraphX CI, addressing CMake configuration failures that require SQLite3_LIBRARY and SQLite3_INCLUDE_DIR.

Changes:

  • Install libsqlite3-dev in tools/docker/ort.dockerfile so SQLite3 headers/libs are available during ONNX Runtime builds.

@causten
causten merged commit 5319642 into develop Aug 5, 2026
39 of 41 checks passed
@causten
causten deleted the docker_ort branch August 5, 2026 22:56
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.

3 participants