crystal-lang / crystal

The Crystal Programming Language
https://crystal-lang.org
Apache License 2.0
19.37k stars 1.62k forks source link

Revert "Sanitize doc generation" #14595

Closed straight-shoota closed 4 months ago

straight-shoota commented 4 months ago

Reverts crystal-lang/crystal#13786

We failed to notice that this commit added a dependency on libxml2 to the compiler. Because this library is unavailable, builds are breaking: https://app.circleci.com/pipelines/github/crystal-lang/crystal/14924/workflows/dc50e27f-1e26-4e77-adaa-a1fa925925a9

So we'll need to revert and prepare better before introducing it again (https://github.com/crystal-lang/crystal/issues/13753).