scylladb / scylladb/cpp-rs-driver
use `ubuntu-latest` during CI
Open
Nobody has claimed this yet.
CI
P2
- Dominant language
- C++
- Stars
- 26
- Forks
- 19
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 7
Description
Once ubuntu-24.04 runner images are stabilized, we should use them during CI.
As of now, there are two major issues that prevent us from using ubuntu-24.04 images:
sudodoes not work in a fedora container running on top of ubuntu-24.04 image (Build rpm packagesjob):
sudo: PAM account management error: Authentication service cannot retrieve authentication info
sudo: a password is required
Error: Process completed with exit code 1.
- Scylla does not listen on jmx port (7199) on ubuntu-24.04 image:
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the GitHub Actions workflows defining the Build rpm packages job and the Scylla setup, then reproduce both reported failures on the ubuntu-24.04 runner. Confirm the intended runner label, resolve the sudo and JMX-port blockers, and verify that all CI jobs pass before switching the workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fedora, github-actions, ubuntu
- Domain
- build-system, ci-cd
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100