-
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
Open
prudhomm
wants to merge
21
commits into
master
Choose a base branch
from
60-add-debian-trixie13-support-to-feelpp-env-workflow
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
5860c29
update feelpp-env.yml and Dockerfile-debian-13 for improved build pro…
prudhomm 64f3b29
remove unnecessary package from Dockerfile-debian installation
prudhomm b2ac30c
remove --force-yes option from apt-get install commands in Dockerfile…
prudhomm 09272f4
fix: correct package name from libmongoclient-dev to libmongo-client-…
prudhomm f08093c
fix: remove unnecessary doxygen-latex package from Dockerfile-debian
prudhomm 1cd2029
fix: update APT sources configuration to use local mirror for Debian
prudhomm b832997
fix: update mkimg.sh to improve argument parsing and error handling
prudhomm 7dfdce3
fix: exclude Debian 13 from OpenMPI layer inclusion in mkimg.sh
prudhomm ba1b1be
fix: reorganize package installation in Dockerfile-debian and add mis…
prudhomm 4c5f506
fix: revert ARG DEBIAN_MAIN_MIRROR to original value in Dockerfile-de…
prudhomm 4a7abc4
fix: update feelpp-env.yml for Ubuntu 24.04 and Fedora 42 support
prudhomm d06e317
fix: correct platform specifications for Ubuntu 22.04 and Debian 12 i…
prudhomm 75b0d2e
fix: update Dockerfile-fedora to ensure OpenMPI module loads correctl…
prudhomm fe0c62f
fix: add missing 'tree' package to Dockerfile-fedora installation
prudhomm 9490dcc
fix: add missing 'lsb_release' and 'pugixml-devel' packages to Docker…
prudhomm eccab3b
fix: update Dockerfile-fedora to enhance OpenMPI setup and include ad…
prudhomm 282b17d
fix: correct OpenMPI module loading command in Dockerfile-fedora
prudhomm 057b461
fix: reorganize OpenMPI environment variables and improve module load…
prudhomm a545f66
fix: modify ARCH and DISTRIBUTION variables in Dockerfile-fedora for …
prudhomm 068ca6e
fix: remove DISTRIBUTION and ARCH variables from Dockerfile-fedora fo…
prudhomm c444fa0
fix: add rsync to package installation in Dockerfile-fedora for enhan…
prudhomm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Dockerfile-debian | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.