We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Having issue with installation with babashka
; Downloading pod rorokimdim/stash (0.3.3) ; ; Successfully installed pod rorokimdim/stash (0.3.3) ; ; java.io.EOFException: Invalid netstring. Unexpected end of input. lockcloak.stash /workspaces/LockCloak/project/src/lockcloak/stash.clj:1:1
Environment:
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"
My original problem would be solved with a binary for aarch64 architecture. In its absence, I'm trying to make any devcontainer variant to work.
aarch64
The text was updated successfully, but these errors were encountered:
hey thanks for posting the issue.
i don't have an aarch64 machine to test or build a binary on and last time i checked i can't build it with github workflow.
With some trouble, you might be able to build it yourself if you can install haskell + stack
https://github.com/rorokimdim/stash/blob/master/build.sh#L47-L48 (or https://github.com/rorokimdim/stash#others)
Sorry, something went wrong.
No branches or pull requests
Having issue with installation with babashka
Environment:
My original problem would be solved with a binary for
aarch64
architecture. In its absence, I'm trying to make any devcontainer variant to work.The text was updated successfully, but these errors were encountered: