- Notifications
You must be signed in to change notification settings - Fork25.8k
Commit52ea372
[tools] Update clang-format linux hash (#50520)
Summary:Pull Requestresolved:#50520**Summary**The new version of `clang-format` for linux64 that was uploaded to S3earlier 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, alllibraries would be statically linked.**Test Plan**`clang-format` workflow passes on this PR and output shows that itsuccessfully downloaded, verified and ran.```Created directory /home/runner/work/pytorch/pytorch/.clang-format-bin for clang-format binaryDownloading clang-format to /home/runner/work/pytorch/pytorch/.clang-format-binReference Hash: 9073602de1c4e1748f2feea5a0782417b20e3043Actual Hash: 9073602de1c4e1748f2feea5a0782417b20e3043Using clang-format located at /home/runner/work/pytorch/pytorch/.clang-format-bin/clang-formatno modified files to format```Test Plan: Imported from OSSReviewed By: pbelevichDifferential Revision: D25908868Pulled By: SplitInfinityfbshipit-source-id: 5667fc5546e5ed0bbf9f36570935d245eb26629b1 parent5ea9584 commit52ea372
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments
Comments
(0)