-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
build: The setup-adapters.sh script fails to run on macOS #11592
Conversation
✅ Deploy Preview for meta-velox canceled.
|
On macOS the /etc/os-release does not exist and the script throws an error when attempting to read the LINUX_DISTRIBUTION variable. The variable was moved in error not considering that macOS will not have /etc/os-release.
266798a
to
0da8e67
Compare
@majetideepak FYI |
@kagamiori has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
1 similar comment
@kagamiori has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@kagamiori merged this pull request in 581f3fe. |
Conbench analyzed the 1 benchmark run on commit There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
…cubator#11592) Summary: On macOS the /etc/os-release file does not exist and the script throws an error when attempting to read the LINUX_DISTRIBUTION variable. The variable was moved in error not considering that macOS will not have /etc/os-release. Pull Request resolved: facebookincubator#11592 Reviewed By: kevinwilfong Differential Revision: D66252274 Pulled By: kagamiori fbshipit-source-id: b50e21d153f0ab35bb217cb850ae88b2b621b496
On macOS the /etc/os-release file does not exist and the script throws an error when attempting to read the LINUX_DISTRIBUTION variable.
The variable was moved in error not considering that macOS will not have /etc/os-release.