Skip to main content
Topic: vscodium moved back to omniverse (Read 289 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

vscodium moved back to omniverse

Due to build issues, vscodium has been moved back to omniverse.
The current version is vscodium-1.85.2.24019-1

artist

 

Re: vscodium moved back to galaxy

Reply #1
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: fd3dc7cbea2b3eb74dc205f8faa28e913108d11aba41fcffe19a4e5222be33fd34da81ee4fd8b663237bfc946b4c95b8368b9c45e3b1404c3c3f86fbc3565e1c
  • 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!