-
Notifications
You must be signed in to change notification settings - Fork 147
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
Provide docker image and binary to help contributions. #83
Comments
For those coming to this issue without context, this is about providing a standalone, static binary instead of having to compile the haskell program yourself. I've successfully tested this on a fresh LMDE install and in an arch linux live environment. I'd like to get a few more people to try it out before I merge this into main just to be sure, so I'll ping some contributors who've worked with the configs or the Haskell codebase, if you could try it out and let me know if it works, that would be awesome, but obviously it's not a problem if you don't. @a2n-s @Layerex @FranzXaver @Willenbrink @o0MURDOCK0o It should be enough to just wget the file, make it executable and run the add subcommand to verify. cd /tmp
wget https://github.com/b3nj5m1n/xdg-ninja/releases/download/v0.2.0.0/xdgnj
sudo chmod +x xdgnj
./xdgnj add |
Just tested it and it works. Tested it on:
|
Just tested it too. Running the program works fine but in the end it throws an error related to the editor: Besides that everything works. Looks good! |
I check that tomorrow after work 😋 |
Oh wow, that is amazing @b3nj5m1n!! works like a charm on my main production machine running ArchLinux with Haskell and cabal installed 👌 |
Is it failing to run, or is it crashing with some kind of error message? Thanks for trying it btw! |
oh no it is doing nothing at all, no errors, no message at whatsoever I wish I had something to show you 😆 |
Wow that's weird, is it just a vanilla arch install (base, linux, linux-firmware packages)? I'll try to reproduce it. |
it should be 🤔
tell me it there is anything to try out, now that |
Same here, but it works without any problems on mine. Unfortunately, I don't know what could be causing this. When you run |
forget about that, I just can't spell the URL and forgot the now i can say interesting things about the binary 😊
these look like normal "errors" to me 😉 |
Oh thank god. Yes, those errors are expected. They could be handled better by giving a clear error message instead of just crashing the program, but for now I'm more concerned about the binary working. Thanks a lot for your help! |
definitely for another time! and it looks it is working 🙏 |
Not everybody has responded yet, but since there haven't been any problems so far, I think it's safe to merge this. |
This is simply to move the discussion from #80 to a separate issue, as #80 is almost closed with #81 being already merged and #82 being opened 😉
The text was updated successfully, but these errors were encountered: