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

Pull in grpc and krb5 compilation into credentials-fetcher #2

Merged
merged 1 commit into from
Sep 7, 2023
Merged

Pull in grpc and krb5 compilation into credentials-fetcher #2

merged 1 commit into from
Sep 7, 2023

Conversation

smhmhmd
Copy link

@smhmhmd smhmhmd commented Sep 7, 2023

If libraries are not available, compile grpc and krb5 libs and add into credentials-fetcher.

  • grpc and krb5 libs are separate CMake targets.
  • grpc and krb5 tar files are too large for github, they have to be downloaded.
  • To build grpc or krb5:
    ** "cd dependencies && mkdir build && cd build && make build_grpc && make build_krb5"

   If libraries are not available, compile grpc and krb5 libs and include
    into credentials-fetcher.
    grpc and krb5 libs are separate CMake targets.

The grpc and krb5 tar files are too large for github, they have to be downloaded.

To build grpc or krb5:
* "cd dependencies && mkdir build && cd build && make build_grpc && make build_krb5"
@fordth fordth merged commit 022b38a into fordth:mainline Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants