- 
                Notifications
    You must be signed in to change notification settings 
- Fork 36
Disable xsystem for WASM #288
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
Conversation
| Codecov ReportAll modified and coverable lines are covered by tests ✅ 
 Additional details and impacted files@@           Coverage Diff           @@
##             main     #288   +/-   ##
=======================================
  Coverage   82.15%   82.15%           
=======================================
  Files          20       20           
  Lines         958      958           
  Branches       88       88           
=======================================
  Hits          787      787           
  Misses        171      171           🚀 New features to boost your workflow:
 | 
| clang-tidy review says "All clean, LGTM! 👍" | 
    
      
        1 similar comment
      
    
  
    | clang-tidy review says "All clean, LGTM! 👍" | 
5416e4c    to
    9fd5a85      
    Compare
  
    | clang-tidy review says "All clean, LGTM! 👍" | 
| clang-tidy review says "All clean, LGTM! 👍" | 
| clang-tidy review says "All clean, LGTM! 👍" | 
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.
Looks good.
This is not expected to work for the wasm build (so its not that it fails, it just isn't expected to work .... Can we make that a bit more clear in the PR description ?) !!!
Description
Shell commands do not work in WASM environment. This PR disables it.
Type of change
Please tick all options which are relevant.