Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ jobs:

build_and_test:
name: Build and Test (Linux, Simics ${{ matrix.simics_version }})
container: fedora:38
container: fedora:41
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

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

The PR title implies the Fedora container bump is broadly applied, but this workflow is now on fedora:41 while .github/workflows/scans.yml still pins additional_sdl_checks to fedora:38. Please either update the remaining workflow(s) to match, or narrow the PR title/description to reflect that only ci.yml is changing.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@copilot apply changes based on this feedback

runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -469,12 +469,13 @@ jobs:
run: |
dnf -y update && \
dnf -y install \
alsa-lib atk clang clang-libs clang-resource-filesystem \
alsa-lib atk ca-certificates clang clang-libs clang-resource-filesystem \
clang-tools-extra cmake cups curl dosfstools g++ gcc git \
git-lfs glibc-devel glibc-devel.i686 glibc-static \
glibc-static.i686 gtk3 jq lld lld-devel lld-libs llvm llvm-libs \
llvm-static make mesa-libgbm mtools ninja-build openssl \
openssl-devel openssl-libs python3 python3-pip which yamllint
update-ca-trust
dnf clean all
rm -rf /var/cache/dnf

Expand Down
Loading