Skip to content
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

deps: add install-deps.sh script, use in docker #1282

Merged
merged 2 commits into from
Aug 27, 2024

Conversation

trws
Copy link
Member

@trws trws commented Aug 21, 2024

problem: it's easy to accidentally miss adding or removing a dependency in the various dockerfiles and the readme

solution: much like core, encode them as a script, then use it

The main motivation for this is I noticed I missed some yesterday, even after @jameshcorbett's useful feedback on a few.

@trws trws requested review from grondo and jameshcorbett August 21, 2024 17:38
@trws trws force-pushed the refactor-install-deps branch 4 times, most recently from a7ded95 to 34b36a8 Compare August 21, 2024 18:02
Copy link
Member

@jameshcorbett jameshcorbett left a comment

Choose a reason for hiding this comment

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

Looks like a nice simplification

@trws trws added the merge-when-passing mergify.io - merge PR automatically once CI passes label Aug 27, 2024
trws added 2 commits August 27, 2024 11:18
problem: we can't access scripts from docker builds with the current
configuration

solution: switch to the active directory being the source root and
referencing the dockerfile with -f
problem: it's easy to accidentally miss adding or removing a dependency
in the various dockerfiles and the readme

solution: much like core, encode them as a script, then use it
@trws trws force-pushed the refactor-install-deps branch from 34b36a8 to 564d1f5 Compare August 27, 2024 18:18
@mergify mergify bot merged commit 4d9fc6f into flux-framework:master Aug 27, 2024
21 checks passed
Copy link

codecov bot commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.3%. Comparing base (f3efd73) to head (564d1f5).
Report is 68 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #1282   +/-   ##
======================================
  Coverage    75.3%   75.3%           
======================================
  Files         111     111           
  Lines       15361   15361           
======================================
  Hits        11575   11575           
  Misses       3786    3786           
---- 🚨 Try these New Features:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge-when-passing mergify.io - merge PR automatically once CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants