-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
SQLite3 missing or not found in Ubuntu 24, was present in Ubuntu 22 #11279
Comments
@pinheadmz , thanks for raising the issue and will update as soon as possible. |
There are some actions running This runner below was OK
|
Thank you for the update. I also had the SQLite3 error. The "add libsqlite3-dev to build.sh #17" commit made by @pinheadmz resolved the issue. |
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).
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).
Description
We have a github classroom assignment in progress. Since the 20241215 image release students are seeing failures. The code builds bitcoin core which requires SQLite3. This was present when we started the assignment but the upgrade runner is now failing.
Error:
Failing image info:
Last runner image that WORKED:
Platforms affected
Runner images affected
Image version and build link
Current runner version: '2.321.0'
Operating System
Ubuntu
24.04.1
LTS
Runner Image
Image: ubuntu-24.04
Version: 20241215.1.0
Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20241215.1/images/ubuntu/Ubuntu2404-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20241215.1
Is it regression?
Working runner version: '2.320.0'
Expected behavior
libsqlite3-dev
does not need to be installed with aptActual behavior
libsqlite3-dev
DOES need to be installed with aptRepro steps
Attempt to build bitcoin core with this script:
We have just added
libsqlite3-dev
to this script, but all students that have accepted the assignment since the runner image was released are seeing failures.The text was updated successfully, but these errors were encountered: