Commit 52c5247
committed
Print tool versions by calling script directly
The Litani job running `cbmc-starter-kit-print-tool-versions` forces both
users running proofs locally as well as the CI environment to install the
cbmc-starter-kit (either via brew or pip). Users and CI should not be
forced to do that.
Instead, the script can be invoked directly and the job will run.
Testing:
- Ran proofs locally on a personal fork (angelonakos/s2n-tls) containing 2
proofs and noticed the print-tool-versions Litani pipeline succeeding.
- Tested in CI: https://github.com/angelonakos/s2n-tls/actions/runs/37508197771 parent 2157a88 commit 52c5247
File tree
3 files changed
+1
-2
lines changed- src/cbmc_starter_kit/template-for-repository/proofs
- lib
3 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
| 340 | + | |
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| |||
0 commit comments