SQLite3 missing or not found in Ubuntu 24, was present in Ubuntu 22 #11279
Labels
awaiting-deployment
Code complete; awaiting deployment and/or deployment in progress
bug report
OS: Ubuntu
OS: Ubuntu24
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: