You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i use them for https://codeberg.org/martianh/mastodon.el/, and CI tests with codeberg's woodpecker. a while back my tests started breaking with (void-function image-transforms-p), when building your silex/emacs:cask, which is currently 28.2. as far as i understand that function isn't in a library that needs loading separately, and it worked in the tests for a long time prior.
has anything changed with the builds that could trigger such an error? otherwise i'm a bit flummoxed as to how my code/tests could suddenly cause such a failure.
The text was updated successfully, but these errors were encountered:
Ah, yes I think it's because the images are not build with GUI support anymore (and thus images support), I had too many issues (see #62).
Basically I had my own fork of nix-emacs-ci that added GUI support and it kept breaking and I don't have time to fight with emacs building anymore. If you want to push for GUI support please check purcell/nix-emacs-ci#49, or maybe you can create an issue to ask for just ImageMagick support so images support should work.
I also plan on removing the dev images they are useless 😞
hi, and first off thanks for your builds.
i use them for https://codeberg.org/martianh/mastodon.el/, and CI tests with codeberg's woodpecker. a while back my tests started breaking with
(void-function image-transforms-p)
, when building yoursilex/emacs:cask
, which is currently 28.2. as far as i understand that function isn't in a library that needs loading separately, and it worked in the tests for a long time prior.has anything changed with the builds that could trigger such an error? otherwise i'm a bit flummoxed as to how my code/tests could suddenly cause such a failure.
The text was updated successfully, but these errors were encountered: