Skip to content

ci: install git in the Fedora container#214

Merged
rst0git merged 1 commit into
checkpoint-restore:mainfrom
adrianreber:2026-04-19-git
Apr 20, 2026
Merged

ci: install git in the Fedora container#214
rst0git merged 1 commit into
checkpoint-restore:mainfrom
adrianreber:2026-04-19-git

Conversation

@adrianreber
Copy link
Copy Markdown
Member

Especially as codecov seems to require it now.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 19, 2026

Test Results

86 tests  ±0   86 ✅ ±0   3s ⏱️ ±0s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 5754c41. ± Comparison against base commit 846c64b.

♻️ This comment has been updated with latest results.

Especially as codecov seems to require it now.

Signed-off-by: Adrian Reber <areber@redhat.com>
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.98%. Comparing base (846c64b) to head (5754c41).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #214   +/-   ##
=======================================
  Coverage   79.98%   79.98%           
=======================================
  Files          16       16           
  Lines        1759     1759           
=======================================
  Hits         1407     1407           
  Misses        263      263           
  Partials       89       89           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

run: |
dnf install -y bats iptables iproute jq criu golang make git
- name: Fix git safe directory
run: git config --global --add safe.directory /__w/checkpointctl/checkpointctl
Copy link
Copy Markdown
Member

@rst0git rst0git Apr 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it work if we use "$GITHUB_WORKSPACE" here (actions/checkout#2031 (comment))?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I was using that also, but I wanted to include this also in the premade containers in the other script and that would probably not work there. I can still change it. This is more a quick fix to make sure CI works again here. Let me know if you prefer to have the variable here (even if it is changed with the container setup).

@rst0git rst0git merged commit 4b70d4f into checkpoint-restore:main Apr 20, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants