generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Labels
T-CBMCIssue related to an existing CBMC issueIssue related to an existing CBMC issue[C] InternalTracks some internal work. I.e.: Users should not be affected.Tracks some internal work. I.e.: Users should not be affected.
Description
The CBMC Nightly job is failing: https://github.com/model-checking/kani/actions/runs/14191553578/job/39757217581
The problem appears to be that our job to install dependencies is installing an old version of CMake:
Setting up cmake (3.28.3-1build7) ...
So the job fails later because CMake has removed support for versions below 3.5:
CMake Error at CMakeLists.txt:4 (cmake_minimum_required):
Compatibility with CMake < 3.5 has been removed from CMake.
I would have thought that this logic:
kani/scripts/setup/ubuntu/install_deps.sh
Lines 26 to 30 in 6b7616c
| # Github promises weekly build image updates, but recommends running | |
| # `sudo apt-get update` before installing packages in case the `apt` | |
| # index is stale. This prevents package installation failures. | |
| # https://docs.github.com/en/actions/using-github-hosted-runners/customizing-github-hosted-runners#installing-software-on-ubuntu-runners | |
| sudo apt-get --yes update |
would ensure that we fetch a more recent version, so I'm not sure how to fix this just yet. Creating this tracking issue in case I don't resolve it before my on-call shift ends.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
T-CBMCIssue related to an existing CBMC issueIssue related to an existing CBMC issue[C] InternalTracks some internal work. I.e.: Users should not be affected.Tracks some internal work. I.e.: Users should not be affected.