diff --git a/projects/pandoc.org/package.yml b/projects/pandoc.org/package.yml index a326f492..6f6badf5 100644 --- a/projects/pandoc.org/package.yml +++ b/projects/pandoc.org/package.yml @@ -25,21 +25,6 @@ build: crates.io/semverator: ^0 working-directory: pandoc-cli script: - # FIXME: these are seriously hacky; we need to understand how to tweak ghc's `settings` - # file better - # it really wants ld.bfd or ld.gold, but those both bring in a host of compiler matching - # issues, so we'll just do a trick - - run: | - mkdir .fakebin - cat $PROP > .fakebin/ld.bfd - cat $PROP > .fakebin/ld.gold - chmod +x .fakebin/* - export PATH=$PWD/.fakebin:$PATH - prop: | - #!/bin/sh - ld.lld "$@" - if: linux - # pandoc 2.x - no pandoc-cli subdirectory - run: cd .. if: <3