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

Fix RANLIB for configure_make #928

Merged
merged 2 commits into from
Jun 23, 2022
Merged

Fix RANLIB for configure_make #928

merged 2 commits into from
Jun 23, 2022

Conversation

jun-sheaf
Copy link
Contributor

@jun-sheaf jun-sheaf commented Jun 17, 2022

This PR fixes an issue synonymous to envoyproxy/envoy#6991 for configure_make. In particular, it sets RANLIB to : (which just eats arguments) as opposed to '' since some scripts check for emptiness. It also adds AR_FLAGS to the set of make env vars since AR_FLAGS is occasionally used.

@google-cla
Copy link

google-cla bot commented Jun 17, 2022

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Copy link
Collaborator

@jsharpe jsharpe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jsharpe jsharpe enabled auto-merge (squash) June 22, 2022 19:30
This PR fixes an issue synonymous to envoyproxy/envoy#6991 for `configure_make`. In particular, it sets `RANLIB` to `:` (which just eats arguments) as opposed to `` since some scripts check for emptiness.
@jsharpe jsharpe merged commit 5a0f573 into bazelbuild:main Jun 23, 2022
@jun-sheaf jun-sheaf deleted the patch-2 branch June 23, 2022 05:54
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.

None yet

2 participants