Plan builds and releases #2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Even though we fork the upstream development version, we should think about how we can get PIKA into the hands of actual users (even thought things are janky, it still works as my daily driver).
Generally speaking, it'd probably be best to automate .deb, appimage, flatpak, and Windows builds (maybe mac if someone can be bothered to help us and has the mac development stack, not automated I guess).
Higher Priority:
Lower priority:
I have written a shell script that lets us build inside of a docker image for debian-based builds. This could probably be mutated into a .deb packager (with deps), but for now produces tarballs of /usr/local and expects the user to install the deps after untarring it. It's pretty easy to discover the deps we can probably automate it by deploying it into a clean docker, and then picking out the 'not found' on ldd outputs.
After fixing the URL thing in heckimp we can put releases up.
probably need to figure out .debs antd maybe some sort of /opt/ install script that does LD_PATH shenanigans so it can be a clean install with tar.