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

Fix sandbox pseudoterminals #555

Merged
merged 2 commits into from
Feb 22, 2024
Merged

Conversation

MarcKe
Copy link
Contributor

@MarcKe MarcKe commented Feb 22, 2024

The pull request relates to #554

there was an issue with simply mounting /dev/pts and /dev/ptmx from the host
to the sandbox enviroment via provideSandbox. the mount of /dev/ptmx was unusable.
thus making it impossible to use pseudoterminals.
creating a new devpts mount inside the sandbox fixes this issue.
Copy link

codecov bot commented Feb 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (166de2d) 88.91% compared to head (766a8a9) 88.91%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #555   +/-   ##
=======================================
  Coverage   88.91%   88.91%           
=======================================
  Files          46       46           
  Lines       14797    14797           
=======================================
  Hits        13157    13157           
  Misses       1640     1640           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jkloetzke jkloetzke merged commit 82cb055 into BobBuildTool:master Feb 22, 2024
11 checks passed
@jkloetzke
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants