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

Remove git and add cyrus-sasl to dev environment #51

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

ngoldbaum
Copy link
Contributor

@robambalu hit issues with the self-signed SSL certificates on internal dev machines and conda's git, so let's remove it and just document that people need git installed.

Also adding cyrus-sasl, which it turns out is necessary if librdkafka is getting built on a machine with kerberos set up.

@timkpaine
Copy link
Member

timkpaine commented Feb 8, 2024

There are a few git options:

[http]
  sslCAPath = /etc/pki/ca-trust/source/anchors/
  sslVerify = false

You can point git at your trust store and/or disable SSL verification (obviously with the caveats that that has). I suspect that internally, /etc/gitconfig is doing one of these anyway (not that the system git is that much different from conda's git, just that conda probably has own $CONDA_PREFIX/etc/gitconfig).

@ngoldbaum ngoldbaum merged commit f4b8ac9 into Point72:main Feb 8, 2024
11 checks passed
@timkpaine timkpaine changed the title Remove git and ass cyrus-sasl to dev environment Remove git and add cyrus-sasl to dev environment Feb 20, 2024
@timkpaine timkpaine added part: dependencies PRs that update a dependency file part: build Issues and PRs related to the build process labels Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
part: build Issues and PRs related to the build process part: dependencies PRs that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants