fix(pandoc)

closes #5822
closes #5223
closes #4758
This commit is contained in:
Jacob Heider 2024-04-08 10:31:38 -04:00 committed by Jacob Heider
parent 950964af7f
commit 883c2eb13b

View file

@ -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