Due to build issues, vscodium has been moved back to omniverse.
The current version is vscodium-1.85.2.24019-1
artist
Please check Codium PKGBUILD for 1.85.2.24019 needs 2 changes in order to build (https://forum.artixlinux.org/index.php/topic,6373.0.html).
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 → 34da81ee4fd8b663237bfc946b4c95b8368b9c45e3b1404c3c3f86fbc3565e1c
- increase hard limit: sudo sh -c "ulimit -H -n 8192 && su $LOGNAME"
- increase soft limit: ulimit -n 8192
I was not able to change the soft limit from within the
PKGBUILD, though!