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 SQLite3 missing in Ubuntu 24.04 runner image #11343

Closed
wants to merge 1 commit into from

Conversation

Setland34
Copy link
Contributor

@Setland34 Setland34 commented Jan 10, 2025

Fixes #11279

Add SQLite3 to Ubuntu 24.04 runner image.

  • Add libsqlite3-dev to the common_packages section in toolset-2404.json.
  • Add sqlite3 to the cmd_packages section in toolset-2404.json.
  • Add sqlite3 version to the Databases section in Ubuntu2404-Readme.md.

For more details, open the Copilot Workspace session.

Fixes actions#11279

Add SQLite3 to Ubuntu 24.04 runner image.

* Add `libsqlite3-dev` to the `common_packages` section in `toolset-2404.json`.
* Add `sqlite3` to the `cmd_packages` section in `toolset-2404.json`.
* Add `sqlite3` version to the `Databases` section in `Ubuntu2404-Readme.md`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/actions/runner-images/issues/11279?shareId=XXXX-XXXX-XXXX-XXXX).
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.

SQLite3 missing or not found in Ubuntu 24, was present in Ubuntu 22
2 participants