Skip to content

Workaround #26032 in v1.38.x#26414

Closed
jtattermusch wants to merge 1 commit intogrpc:v1.38.xfrom
jtattermusch:workaround_26032_backport
Closed

Workaround #26032 in v1.38.x#26414
jtattermusch wants to merge 1 commit intogrpc:v1.38.xfrom
jtattermusch:workaround_26032_backport

Conversation

@jtattermusch
Copy link
Copy Markdown
Contributor

Fixes #26032

Based on manual testing, running ./protoc @/dev/null on aarch64 linux now doesn't crash anymore.

@jtattermusch jtattermusch requested a review from apolcyn June 2, 2021 12:39
@jtattermusch jtattermusch added the release notes: yes Indicates if PR needs to be in release notes label Jun 2, 2021
@jtattermusch jtattermusch mentioned this pull request Jun 2, 2021
Copy link
Copy Markdown
Contributor

@apolcyn apolcyn left a comment

Choose a reason for hiding this comment

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

Formatting checker failed:

+ yapf_virtual_environment/bin/python -m yapf --diff --parallel --recursive --style=setup.cfg examples src test tools setup.py
--- tools/run_tests/artifacts/artifact_targets.py	(original)
+++ tools/run_tests/artifacts/artifact_targets.py	(reformatted)
@@ -325,7 +325,7 @@
                     # portability of the resulting artifacts
                     environ['LDFLAGS'] += ' -static-libgcc -s'
                 else:
-                   environ['LDFLAGS'] += ' -static-libgcc -static-libstdc++ -s'
+                    environ['LDFLAGS'] += ' -static-libgcc -static-libstdc++ -s'
                 return create_docker_jobspec(
                     self.name,
                     dockerfile_dir,

otherwise lgtm

@jtattermusch
Copy link
Copy Markdown
Contributor Author

Closing in favor of #26416

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

Labels

lang/C# release notes: yes Indicates if PR needs to be in release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants