You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arm backend: Fix broken logic when checking os in utils.sh (#13939)
The logic was flawed due to incorrect use of the logical OR operator.
This condition will always evaluate to true because an OS cant be both
Darwin and Linux simultaneously.
Signed-off-by: [email protected]
0 commit comments