Skip to content
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

os.arch check should include i386 #37

Open
michalsustr opened this issue Nov 13, 2017 · 0 comments
Open

os.arch check should include i386 #37

michalsustr opened this issue Nov 13, 2017 · 0 comments
Assignees
Labels

Comments

@michalsustr
Copy link

Hi,

following discussion on facebook https://www.facebook.com/groups/bwapi/permalink/10159604643540261 we found that this condition

if(!arch.equals("x86")){

is not sufficient, since java on Linux claims its 32bit architecture as i386

Can you please expand the if statement? :) (and, if possible, update older releases?)

Another workaround might be in building openjdk from sources with different tag, didn't try that yet.

The problem is that BWMirror is used by many bots, and we would like to launch them so that they can play against our bot...

@vjurenka vjurenka self-assigned this Nov 19, 2017
@vjurenka vjurenka added the bug label Nov 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants