Invalid mime-type lisp

What happens

I can’t pass test_generic due there is an error with mime-type.

What do you understand or find about that problem

Error is evident in “test_generic”, maybe there is a problem in the way I’m creating this file or a local configuration(manage mime-type extensions).

This is very strange due file extension is “.lsp”. But, when I run the command “file --extension bridamo98.lsp” it returns “bridamo98.lsp: elc”. It appears as if file was corrupt.

You make any workaround? What did you do?

I tried to modify the “/etc/mime.types” file, adding a registry with something like this: “text/l-lisp lsp”
Evidences


I need help with

I don’t know why the pipeline fails, what I should do to fix this.

The problems is because the mime-type of your file is:

application/x-elc

try to figure out how to fix your file to become in a valid mime-type.

Mime-types for lisp:
image

Try to see if you see that Mime-types in the repo and convert you file to this Mime-type.

1 Like