reanahub / reana-client

REANA command-line client
http://reana-client.readthedocs.io/
MIT License
10 stars 45 forks source link

scripts: create standalone AppImage executables #583

Closed tiborsimko closed 2 years ago

tiborsimko commented 2 years ago

Adds script that creates reana-client standalone AppImage executables. Closes #390.

tiborsimko commented 2 years ago

@matthewfeickert Here is the attempt at distributing reana-client as a standalone AppImage executable, as we spoke about it in December. If you'd like to give it a try, please do:

$ wget http://simko.home.cern.ch/simko/tmp/reana-client-0.8.0-x86_64.AppImage
$ chmod u+x ./reana-client-0.8.0-x86_64.AppImage
$ ./reana-client-0.8.0-x86_64.AppImage ping
tiborsimko commented 2 years ago

Executing generated AppImage which was provided in the comments worked as expected. However it was not working after running the script. I got:

Interesting, I didn't see that, and I've rerun the script several times. I think we use similar architectures... Perhaps we could screen-share to see what might be different?