-
Notifications
You must be signed in to change notification settings - Fork 3
resolves 60: update workflow for debian:13 #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
resolves 60: update workflow for debian:13 #61
Conversation
…cess and dependencies Add Debian Trixie/13 support to feelpp-env workflow Fixes #60
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds support for Debian 13 (Trixie) to the feelpp-env workflow and updates GitHub Actions to more recent versions. The changes enable building Docker images for the new Debian release while modernizing the CI pipeline.
- Adds Debian 13 (Trixie) to the build matrix configuration
- Updates GitHub Actions dependencies from v2/v3 to v3/v5/v6
- Cleans up workflow formatting by removing extra blank lines
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| feelpp-env/Dockerfile-debian-13 | Creates a symbolic link to the base Debian Dockerfile for Debian 13 support |
| .github/workflows/feelpp-env.yml | Adds Debian 13 to build matrix and updates GitHub Actions versions |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
feelpp-env/Dockerfile-debian-13
Outdated
| @@ -0,0 +1 @@ | |||
| Dockerfile-debian No newline at end of file | |||
Copilot
AI
Aug 13, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file appears to contain only the text 'Dockerfile-debian' rather than being a proper symbolic link or Dockerfile. If this is intended to be a symbolic link, it should be created using 'ln -s' command, not as a text file containing the target name.
| Dockerfile-debian | |
| # The contents of Dockerfile-debian should be copied here. | |
| # For example, if Dockerfile-debian contains: | |
| # FROM debian:13 | |
| # RUN apt-get update && apt-get install -y ... | |
| # | |
| # Then this file should contain the same lines. | |
| # | |
| # If you have access to the filesystem, you should delete this file and create a symbolic link: | |
| # ln -s Dockerfile-debian Dockerfile-debian-13 | |
| # | |
| # <--- BEGIN: Copy the contents of Dockerfile-debian below this line ---> |
Add Debian Trixie/13 support to feelpp-env workflow Fixes #60
…-debian Add Debian Trixie/13 support to feelpp-env workflow Fixes #60
…dev in Dockerfile-debian Add Debian Trixie/13 support to feelpp-env workflow Fixes #60
Add Debian Trixie/13 support to feelpp-env workflow Fixes #60
Add Debian Trixie/13 support to feelpp-env workflow Fixes #60
Add Debian Trixie/13 support to feelpp-env workflow Fixes #60
Add Debian Trixie/13 support to feelpp-env workflow Fixes #60
…sing dependencies Add Debian Trixie/13 support to feelpp-env workflow Fixes #60
…bian Add Debian Trixie/13 support to feelpp-env workflow Fixes #60
Update Feel++ Env Fedora image to Fedora 42 Fixes #62
…n feelpp-env.yml use arm64 only latest stable
…y and set environment variable Update Feel++ Env Fedora image to Fedora 42 Fixes #62
Update Feel++ Env Fedora image to Fedora 42 Fixes #62
…file-fedora installation Update Feel++ Env Fedora image to Fedora 42 Fixes #62
…ditional packages Update Feel++ Env Fedora image to Fedora 42 Fixes #62
Update Feel++ Env Fedora image to Fedora 42 Fixes #62
…ing in Dockerfile-fedora Update Feel++ Env Fedora image to Fedora 42 Fixes #62
…improved compatibility Update Feel++ Env Fedora image to Fedora 42 Fixes #62
…r simplification Update Feel++ Env Fedora image to Fedora 42 Fixes #62
…ced functionality
Add Debian Trixie/13 support to feelpp-env workflow Fixes #60