scylladb / scylladb/cpp-rs-driver

use `ubuntu-latest` during CI

Open
#192 0 comments 0 reactions 0 assignees View on GitHub

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:

  • sudo does not work in a fedora container running on top of ubuntu-24.04 image (Build rpm packages job):
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:
    Image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.