From 883c2eb13be98a7150b5eac278c177b835023bd9 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Mon, 8 Apr 2024 10:31:38 -0400 Subject: [PATCH] fix(pandoc) closes #5822 closes #5223 closes #4758 --- projects/pandoc.org/package.yml | 15 --------------- 1 file changed, 15 deletions(-) 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