Uli Heller
Uli Heller
@zyrouge : Maybe I can provide some help. Could you please give me a hint on how you're building the AppImage at the moment? - Which OS are you using?...
Thx. I'm trying a standard build for now as described within doc/build.md. Seems to take quite a while to complete. I'll post blockers here, maybe we can solve them together....
I do have an AppImage now. My initial tests are OK. I've uploaded the AppImage to this location for now: https://github.com/uli-heller/vscodium/releases/tag/1.83.0.23282
Trying to build the appimage via github workflows fails with this error: ``` ... + sed -ne 's|^\([[:blank:]]*\)\([a-zA-Z0-9_]*\)[[:blank:]]*:[[:blank:]]*"\(.*\)"[[:blank:]]*$|\1\2\3|p' -e 's|^\([[:blank:]]*\)\([a-zA-Z0-9_]*\)[[:blank:]]*[:-][[:blank:]]*\(.*\)[[:blank:]]*$|\1\2\3|p' /__w/vscodium/vscodium/build/linux/appimage/recipe.yml + awk $'-F\034' '{ indent = length($1)/2; vname[indent] =...
On the other hand, there are references to "bionic" within the workflow which is ubuntu-18.04. I'm currently trying to understand which parts of the workflow use which version. Any idea?
> > On the other hand, there are references to "bionic" within the workflow which is ubuntu-18.04. I'm currently trying to understand which parts of the workflow use which version....
I just finished another test run. I used ubuntu-18.04 and executed `build/build.sh -p` (same as before with 20.04). Building the appimage fails with these errors: ``` ... ubuntu/build/vscodium/build/linux/appimage/recipe.yml + awk...
Version|Date|AppImage ---|---|--- 1.82.0.23250|2023-09-07|OK 1.82.1.23255|2023-09-12|KO On 2023-09-10 a new binary of pkg2appimage has been created. Maybe this is the cause of the failure? Has somebody the older version available?
OK, so I'm trying to build a new version of pkg2appimage based on bionic (18.04) instead of focal (20.04). Hopefully, building the appimage will work within the bionic containers using...
When using https://github.com/uli-heller/pkg2appimage/releases/download/2023-10-09/pkg2appimage--x86_64.AppImage to create the appimage, it building the appimage seems to work OK.