scrot icon indicating copy to clipboard operation
scrot copied to clipboard

Add additional CI targets

Open guijan opened this issue 2 years ago • 2 comments

Add additional CI targets:

  • [ ] PCC: Need to wait until a version with this bug fixed is available.
  • [ ] Termux: Has problems installing packages due to user permissions. (See also: #316)
  • [ ] Cproc: C11 compiler, but scrot doesn't use VLAs, so our code should work in C11 mode too.
  • [ ] Illumos or some Solaris based system.

guijan avatar Jun 11 '23 08:06 guijan

Changed this into a meta-issue, individual issues for small things like this got a bit annoying.


And btw, we can also just build PCC from a known working commit and use that. No need to wait for it to be packaged. We kinda did this for tcc in the nsxiv CI because ubuntu tcc was too old and buggy.

(This is of course assuming building PCC is fast and simple, similar to TCC).

N-R-K avatar Jun 11 '23 08:06 N-R-K

Possible to add Illumos or some Solaris based system to the CI as well?

N-R-K avatar Jun 18 '23 11:06 N-R-K