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

Disable module load, unload, ... invocations via wrapper #257

Commits on Mar 22, 2024

  1. Disable module load, unload, ... invocations via wrapper

    This change disables module commands that modify the environment via a
    wrapper when running a custom build script. This avoids preprocessing
    the custom build script for module statements which may produce an
    invalid bash script. This also allows for module commands that do not
    alter the environment to be executed as we only disable a subset of
    subcommands in the wrapper.
    
    Fixes #249
    SeanBryan51 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    6d3436a View commit details
    Browse the repository at this point in the history