Johannes Müller
Johannes Müller
Indeed. I had incorrectly inferred that to work. I'm pretty sure it *should* work, though.
I think it would be good advise that `shards` should *never* run from a postinstall script.
Ref: https://github.com/crystal-lang/crystal/issues/12543
Great catch! `x || true` indeed does not make any sense as a logical expression. It'll always be truthy.
Ref: https://github.com/crystal-lang/crystal/issues/12543
"images" as in Docker images? I suppose this should be more generic about binary distribution packages like tarball, distro packages, docker images, right?
This seems a bit odd. As far as I can tell, `pkgconf` *should* provide `pkg-config` and thus fulfil the dependency. Can you share the package information of your `pkgconf`? Are...
I can't reproduce this. I'm running the following commands on a clean `ubuntu:22.04` docker container: ```sh apt update apt install -y pkgconf curl curl -fsSL https://crystal-lang.org/install.sh | bash ``` The...
The install script installs packages from Open Build System. These are the only ones that we maintain.
No. It's the same package.