mirror of
https://github.com/tweag/asterius.git
synced 2024-11-10 14:52:44 +03:00
Fix the profiling build, act I (#528)
This commit is contained in:
parent
8fb6fb05f0
commit
c775bc2ee7
@ -307,6 +307,7 @@ constraints: blaze-textual +integer-simple,
|
||||
bz2 ==1.0.0.1,
|
||||
bzlib-conduit ==0.3.0.2,
|
||||
c2hs ==0.28.6,
|
||||
Cabal ==3.0.0.0,
|
||||
cabal2spec ==2.5,
|
||||
cabal-doctest ==1.0.8,
|
||||
cabal-flatpak ==0.1,
|
||||
|
46
stack-profile.yaml
Normal file
46
stack-profile.yaml
Normal file
@ -0,0 +1,46 @@
|
||||
apply-ghc-options: everything
|
||||
rebuild-ghc-options: true
|
||||
ghc-options:
|
||||
"$everything": -fno-prof-auto
|
||||
build:
|
||||
library-profiling: true
|
||||
executable-profiling: true
|
||||
|
||||
resolver: lts-15.5
|
||||
extra-deps:
|
||||
- https://github.com/tweag/binaryen/archive/ca6488162da5db8feb0d82e6108d071886aced1b.tar.gz
|
||||
- url: https://github.com/tweag/inline-js/archive/f192891283e21f8af9bb4dc07d3b36d59c658e2f.tar.gz
|
||||
subdirs:
|
||||
- inline-js-core
|
||||
- https://github.com/tweag/wabt/archive/3a230602d9b5d43d0d2c56f86facb27ecc49a104.tar.gz
|
||||
packages:
|
||||
- asterius
|
||||
- ghc-toolkit
|
||||
- npm-utils
|
||||
- wasm-toolkit
|
||||
|
||||
|
||||
ghc-variant: asterius
|
||||
|
||||
setup-info:
|
||||
ghc:
|
||||
linux64-custom-asterius-tinfo6:
|
||||
8.8.3:
|
||||
url: https://12051-111412813-gh.circle-artifacts.com/0/tmp/ghc-bindist/ghc-8.8.3-x86_64-unknown-linux.tar.xz
|
||||
content-length: 145940384
|
||||
sha256: 7e6390d37f29298371c27ee7b93bb2d99e26969704e89816beb5bfdcaa7487e5
|
||||
linux64-custom-asterius:
|
||||
8.8.3:
|
||||
url: https://12048-111412813-gh.circle-artifacts.com/0/tmp/ghc-bindist/ghc-8.8.3-x86_64-unknown-linux.tar.xz
|
||||
content-length: 143740620
|
||||
sha256: 9b90d261de2ebc8818e7c9f2aed09d26f9314cc2d204ffc66119dff79d052dca
|
||||
linux64-custom-asterius-musl:
|
||||
8.8.3:
|
||||
url: https://12049-111412813-gh.circle-artifacts.com/0/tmp/ghc-bindist/ghc-8.8.3-x86_64-alpine-linux.tar.xz
|
||||
content-length: 159878212
|
||||
sha256: 87cea8dd3994dbf17ab6afba1c3eb92235de063086fbdd5e2fc919a779694a51
|
||||
macosx-custom-asterius:
|
||||
8.8.3:
|
||||
url: https://12050-111412813-gh.circle-artifacts.com/0/tmp/ghc-bindist/ghc-8.8.3-x86_64-apple-darwin.tar.xz
|
||||
content-length: 161392812
|
||||
sha256: 6dc86444671aece31df58339c34d3417d4018bea84a104fb26b78cd1f9b73a0b
|
@ -1,6 +1,6 @@
|
||||
resolver: lts-15.5
|
||||
extra-deps:
|
||||
- https://github.com/tweag/binaryen/archive/ddbadea1340ecc8e524d56d39c378bf0bc2e9315.tar.gz
|
||||
- https://github.com/tweag/binaryen/archive/ca6488162da5db8feb0d82e6108d071886aced1b.tar.gz
|
||||
- url: https://github.com/tweag/inline-js/archive/f192891283e21f8af9bb4dc07d3b36d59c658e2f.tar.gz
|
||||
subdirs:
|
||||
- inline-js-core
|
||||
|
Loading…
Reference in New Issue
Block a user