mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
3f8ee35c20
commit
1d9487778b
|
@ -53,6 +53,17 @@ build:
|
||||||
linux:
|
linux:
|
||||||
gnu.org/make: '*'
|
gnu.org/make: '*'
|
||||||
script:
|
script:
|
||||||
|
# try to force PIC binaries
|
||||||
|
- run: install -D $PROP {{prefix}}/.ghcup/config.yaml
|
||||||
|
prop: |
|
||||||
|
platform-override:
|
||||||
|
arch: A_64
|
||||||
|
platform:
|
||||||
|
contents: Ubuntu
|
||||||
|
tag: Linux
|
||||||
|
version: '18.04'
|
||||||
|
if: linux/x86-64
|
||||||
|
|
||||||
- curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
|
- curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
|
||||||
- PATH={{prefix}}/.ghcup/bin:$PATH
|
- PATH={{prefix}}/.ghcup/bin:$PATH
|
||||||
- ghcup install ghc {{version}}
|
- ghcup install ghc {{version}}
|
||||||
|
|
Loading…
Reference in a new issue