vscodium moved back to omniverse 26 January 2024, 12:37:01 Due to build issues, vscodium has been moved back to omniverse.The current version is vscodium-1.85.2.24019-1artist Last Edit: 26 January 2024, 15:25:32 by Artist
Re: vscodium moved back to galaxy Reply #1 – 26 January 2024, 15:13:22 Please check Codium PKGBUILD for 1.85.2.24019 needs 2 changes in order to build.I don't know how your Jenkins is setup up, but on a standard Artix install I had to raise the hard limit first, before applying the increased soft limit. So for me it basically boiled down to these 3 changes:fix checksum: fd3dc7cbea2b3eb74dc205f8faa28e913108d11aba41fcffe19a4e5222be33fd → 34da81ee4fd8b663237bfc946b4c95b8368b9c45e3b1404c3c3f86fbc3565e1cincrease hard limit: sudo sh -c "ulimit -H -n 8192 && su $LOGNAME"increase soft limit: ulimit -n 8192I was not able to change the soft limit from within the PKGBUILD, though!