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

docs: Mention required openssl dep for rust-script #1216

Merged
merged 2 commits into from Oct 20, 2021

Commits on Oct 20, 2021

  1. docs: Add OpenSSL, C compiler deps for rust-script

    OpenSSL is added indirectly via dependencies pulled in from the
    json_typegen=0.7 Crate. The compilation needs OpenSSL sources from the
    conda-forge::openssl package and a C compiler that uses the Conda
    prefix's path to look for headers/libraries which is provided via
    conda-forge::c-compiler.
    mbargull committed Oct 20, 2021
    Copy the full SHA
    8943001 View commit details
    Browse the repository at this point in the history
  2. chore: Fix test_conda: check python<3.10 output

    Help text output changed with Python 3.10 due to renamed optionals
    group; ref: https://github.com/python/cpython/pull/23858/files
    mbargull committed Oct 20, 2021
    Copy the full SHA
    5b55cd5 View commit details
    Browse the repository at this point in the history