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

build,deps: add gen-openssl target #34642

Closed
wants to merge 1 commit into from

Commits on Aug 25, 2020

  1. build,deps: add gen-openssl target

    This adds a new make target to generate platform dependent
    files for openssl on non-linux machines. The scripts we currently
    have in place require linux. This adds a Dockerfile that installs
    the necessary dependencies to be able to generate these files.
    
    Previously, it was necessary to run `make -C deps/openssl/config`
    on a linux machine. Now, as long as docker is installed and in
    your `PATH`, it is possible to run `make gen-openssl`.
    evanlucas committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    bf1d92f View commit details
    Browse the repository at this point in the history