Closed air3ijai closed 3 months ago
I've temporarily sidestepped this with sed
to use the old url https://github.com/KomodoPlatform/komodo-wallet-desktop/commit/a3db7f3eaaa229ac307f6a27c1b59b076b5c5b25
You caught us in the middle of the update, if instead of using the old URL you force the version to 0.8.5 it should work and now be tied to this version so that choosenim update self
will work in the future.
@air3ijai @smk762
Hi, would you mind trying again? I pushed a hot fix for a transition period. The version will be updated correctly later
Though you might need to use latest choosenim versions namely: 0.8.4 and 0.8.5
@ringabout, did a check on clean Ubuntu
apt update
apt install build-essential
curl https://nim-lang.org/choosenim/init.sh -sSf | sh
All works as expected, CI is green now - thank you for the quick fix!
doesn't work any more with ubuntu-20.04:
choosenim-init: Downloading choosenim-0.8.5_linux_amd64
/tmp/choosenim-0.8.5_linux_amd64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /tmp/choosenim-0.8.5_linux_amd64)
/tmp/choosenim-0.8.5_linux_amd64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/choosenim-0.8.5_linux_amd64)
Error: Process completed with exit code 1.
@cipig Hello, I have downgraded the built environment to ubuntu 20.04 as a workaround => https://github.com/nim-lang/choosenim/pull/15 Would you mind trying again?
Did a test on clean Ubuntu 20.04 VM
choosenim --version
choosenim v0.8.5 (2024-08-26 14:07:45) [linux/amd64]
We can't install choosenim on Unix
Looks like
init.sh
(choosenim-unix-init.sh
?) is looking for an artifact which does not existwhich is returned by the request