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

Allow explicitly specifying openssl-version (on self-hosted environments the openssl command may not be on $PATH) #98

Merged
merged 2 commits into from
Aug 30, 2022

Conversation

scalvert
Copy link
Contributor

In self-hosted GitHub environments, it's possible that openssl isn't on the machine's path, thus causing the setup to fail when trying to discover the version of openssl using openssl version.

This change adds support for an openssl-version input, which allows us to bypass the version check and specify the version on the machine explicitly. While this is less dynamic and portable, it can be used in narrow circumstances.

src/installer.ts Outdated Show resolved Hide resolved
@rwjblue rwjblue added the enhancement New feature or request label Aug 30, 2022
@rwjblue rwjblue merged commit f2a492b into volta-cli:master Aug 30, 2022
@rwjblue rwjblue changed the title Adding optional input for openssl-version Allow explicitly specifying openssl-version (on self-hosted environments the openssl command may not be on $PATH) Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants