Skip to content

Commit 52ea372

Browse files
Meghan Lelefacebook-github-bot
authored andcommitted
[tools] Update clang-format linux hash (#50520)
Summary: Pull Request resolved: #50520 **Summary** The new version of `clang-format` for linux64 that was uploaded to S3 earlier this week was dynamically linked to fbcode's custom platform. A new binary has been uploaded that statically links against `libgcc` and `libstdc++`, which seems to have fixed this issue. Ideally, all libraries would be statically linked. **Test Plan** `clang-format` workflow passes on this PR and output shows that it successfully downloaded, verified and ran. ``` Created directory /home/runner/work/pytorch/pytorch/.clang-format-bin for clang-format binary Downloading clang-format to /home/runner/work/pytorch/pytorch/.clang-format-bin Reference Hash: 9073602de1c4e1748f2feea5a0782417b20e3043 Actual Hash: 9073602de1c4e1748f2feea5a0782417b20e3043 Using clang-format located at /home/runner/work/pytorch/pytorch/.clang-format-bin/clang-format no modified files to format ``` Test Plan: Imported from OSS Reviewed By: pbelevich Differential Revision: D25908868 Pulled By: SplitInfinity fbshipit-source-id: 5667fc5546e5ed0bbf9f36570935d245eb26629b
1 parent 5ea9584 commit 52ea372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c3bba8148b81ce0dde675cb14d2f743e4e6f387f
1+
9073602de1c4e1748f2feea5a0782417b20e3043

0 commit comments

Comments
 (0)