pytorch/tools/clang_format_hash
Meghan Lele 52ea372fcb [tools] Update clang-format linux hash (#50520)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/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
2021-01-13 20:50:56 -08:00
..
linux64 [tools] Update clang-format linux hash (#50520) 2021-01-13 20:50:56 -08:00
mac [JIT] Update clang-format hashes (#50399) 2021-01-11 14:13:45 -08:00