You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
CMake Error at /usr/local/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
Could NOT find SQLite3 (missing: SQLite3_INCLUDE_DIR SQLite3_LIBRARY)
(Required is at least version "3.7.17")
Failing image info:
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
Last runner image that WORKED:
Current runner version: '2.320.0'
Operating System
Ubuntu
22.04.5
LTS
Runner Image
Image: ubuntu-22.04
Version: 20241103.1.0
Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20241103.1/images/ubuntu/Ubuntu2204-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20241103.1
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:
There are some actions running 2.321.0 that still use the Ubuntu 22.04 image. The version number there is still 12-15 though, so I'm very confused and its making it hard to predict which student submissions are failing because of this issue.
This runner below was OK
Current runner version: '2.321.0'
Operating System
Ubuntu
22.04.5
LTS
Runner Image
Image: ubuntu-22.04
Version: 20241215.1.0
Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20241215.1/images/ubuntu/Ubuntu2204-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20241215.1
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: