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
erdi
changed the title
64 bit architecture detection does not always work in Gradle tasks downloading BrowserStack and LambdaTest tunnels
64 bit architecture detection does not always work in Gradle tasks downloading BrowserStack and LambdaTest tunnel binaries
Mar 26, 2020
The code is expecting the
os.arch
system property to be set toamd64
for 64 bit architecture but sometimes it's also set tox86_64
.The text was updated successfully, but these errors were encountered: