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

CI: added x86 workflow #560

Merged
merged 1 commit into from
Oct 21, 2020
Merged

CI: added x86 workflow #560

merged 1 commit into from
Oct 21, 2020

Conversation

obfusk
Copy link
Contributor

@obfusk obfusk commented Oct 21, 2020

Fixes #559.

Seems to work: https://github.com/obfusk/pyjnius/actions/runs/320541517

NB: this adds working CI for x86 linux; #536 fixes the rest.

Also: I tried using the checkout action but that failed in the docker container, so I duplicated its git commands.

@cmacdonald
Copy link
Contributor

LGTM

@tshirtman tshirtman merged commit d2740a8 into kivy:master Oct 21, 2020
@tshirtman
Copy link
Member

tshirtman commented Oct 21, 2020

arf, seems it failed after merging…

E   RuntimeError: 
E           Unable to find libjvm.so, (tried ['/opt/hostedtoolcache/jdk/8.0.265/x86/lib/server/libjvm.so', '/opt/hostedtoolcache/jdk/8.0.265/x86/jre/lib/amd64/default/libjvm.so', '/opt/hostedtoolcache/jdk/8.0.265/x86/jre/lib/amd64/server/libjvm.so'])
E           you can use the JVM_PATH env variable with the relative path
E           from JAVA_HOME to libjvm.so to override this lookup, if you know
E           where pyjnius should look for it.
E   

so env doesn't find the proper java env…

ah no, that will be fixed by the other PR as you mentionned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI is broken
3 participants