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

docker-run-checks: ensure we match user's home #1197

Merged
merged 1 commit into from
May 6, 2024

Conversation

trws
Copy link
Member

@trws trws commented May 4, 2024

problem: docker-run-checks.sh currently assumes that mounting $HOME to /home/$USER will match the outer system. Sometimes that is not the case. Example, my lima-managed vm uses /home/$USER.linux as the home directory for the vm user, which causes strange errors because of the mismatch.

solution: map $HOME to $HOME

problem: docker-run-checks.sh currently assumes that mounting $HOME to
/home/$USER will match the outer system. Sometimes that is not the case.
Example, my lima-managed vm uses /home/$USER.linux as the home directory
for the vm user, which causes strange errors because of the mismatch.

solution: map $HOME to $HOME
@trws
Copy link
Member Author

trws commented May 6, 2024

Assuming everything passes here, would be nice to get this one matching flux-core.

@trws trws requested a review from grondo May 6, 2024 17:34
Copy link
Contributor

@grondo grondo left a comment

Choose a reason for hiding this comment

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

👍

@trws trws added the merge-when-passing mergify.io - merge PR automatically once CI passes label May 6, 2024
Copy link

codecov bot commented May 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.9%. Comparing base (d2d7b6d) to head (9274981).

❗ Current head 9274981 differs from pull request most recent head 1f49159. Consider uploading reports for the commit 1f49159 to get more accurate results

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #1197   +/-   ##
======================================
  Coverage    73.9%   73.9%           
======================================
  Files         102     102           
  Lines       14595   14595           
======================================
  Hits        10790   10790           
  Misses       3805    3805           

@mergify mergify bot merged commit a4eb20a into flux-framework:master May 6, 2024
21 checks passed
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.

None yet

2 participants