mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
950964af7f
commit
883c2eb13b
1 changed files with 0 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue