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

Temporary fix to resolve boringssl->crypto->fipsmodule related linking errors. #1121

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

naveenaketi-enf
Copy link
Contributor

@naveenaketi-enf naveenaketi-enf commented Oct 4, 2024

Unit Testing:

Command: BAZEL_PROFILE=local bazel build --config=gcc-13-aarch64 --override_repository=enkit=/home/naketi/gitrepos/enkit //model/functional/model_test:model-grpc-agent-aarch64

Binary: bazel-bin/model/functional/model_test/model-grpc-agent-aarch64

(default-dev-env)naketi@penguin:~/gitrepos/E1$ file bazel-bin/model/functional/model_test/model-grpc-agent-aarch64
bazel-bin/model/functional/model_test/model-grpc-agent-aarch64: ELF 64-bit LSB executable, ARM aarch64, version 1 (GNU/Linux), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, not stripped

Regression Testing:

Command: BAZEL_PROFILE=local bazel build --override_repository=enkit=/home/naketi/gitrepos/enkit //model/functional/model_test:model-grpc-agent

Binary: bazel-bin/model/functional/model_test/model-grpc-agent

(default-dev-env)naketi@penguin:~/gitrepos/E1$ file bazel-bin/model/functional/model_test/model-grpc-agent
bazel-bin/model/functional/model_test/model-grpc-agent: ELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=65db6691d180754a36be803f7c49dd688e196284, not stripped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant