-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[GHA][BE] Remove unneeded shellcheck suppressions #74308
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
Conversation
Also fix typo in `x86_32` binaries installation command, which results in unintended double build (hattip to @suo for finding it)
CI Flow Status⚛️ CI FlowRuleset - Version:
|
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 029a4e9 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
@pytorchmergebot merge this |
|
this included some fbgemm changes :/ |
|
Can't merge closed PR #74308 |
Summary: Also fix typo in `x86_32` binaries installation command, which results in unintended double build (hattip to suo for finding it) Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/ef8995ff934ebea0a78f52375d4bf1a5c3dbb579 Reviewed By: malfet, osalpekar Differential Revision: D34971805 Pulled By: bigfootjon fbshipit-source-id: 75654d7b095ab4cbbd4ad3a9263759293def5924
Also fix typo in
x86_32binaries installation command, which resultsin unintended double build (hattip to @suo for finding it)