This repository was archived by the owner on Aug 18, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ New-Item -ItemType Directory -Force -Path $env:TMP
33
33
# curl.exe http://www.stackage.org/stack/windows-x86_64 -o d:\Downloads\stack.zip -L
34
34
# 7z -oD:\stack x D:\Downloads\stack.zip
35
35
36
- $env: PATH = " $env: PATH ;D:\ghc\ghc-8.4.4 \bin;D:\stack;$Env: Programfiles \7-Zip;D:\w"
36
+ $env: PATH = " $env: PATH ;D:\ghc\ghc-8.2.2 \bin;D:\stack;$Env: Programfiles \7-Zip;D:\w"
37
37
38
38
# Install liblzma/xz
39
39
# curl -L https://tukaani.org/xz/xz-5.2.3-windows.zip -o xz-5.2.3-windows.zip
@@ -68,7 +68,7 @@ stack.exe --verbosity warn install happy cpphs -j 2 --no-terminal --local-bin-pa
68
68
# stack.exe hpc report cardano-sl cardano-sl-txp cardano-sl-core cardano-sl-db cardano-sl-update cardano-sl-infra cardano-sl-lrc cardano-sl-ssc
69
69
70
70
# We intentionally don't build auxx here, because this build is for installer.
71
- stack.exe -- dump- logs install cardano- sl cardano- sl- tools cardano- sl- wallet- new - j 3 -- no- terminal -- local- bin- path $env: WORK_DIR -- no- haddock- deps -- flag cardano- sl- core:- asserts -- flag cardano- sl- tools:for - installer -- extra- include- dirs= " D:\OpenSSL-Win64-v102\include" -- extra- lib- dirs= " D:\OpenSSL-Win64-v102" -- extra- include- dirs= " D:\xz_extracted\include" -- extra- lib- dirs= " D:\xz_extracted\bin_x86-64" -- extra- include- dirs= " $env: WORK_DIR \rocksdb\include" -- extra- lib- dirs= " $env: WORK_DIR " -- ghc - options = " -copy-libs-when-linking "
71
+ stack.exe -- dump- logs install cardano- sl cardano- sl- tools cardano- sl- wallet- new - j 3 -- no- terminal -- local- bin- path $env: WORK_DIR -- no- haddock- deps -- flag cardano- sl- core:- asserts -- flag cardano- sl- tools:for - installer -- extra- include- dirs= " D:\OpenSSL-Win64-v102\include" -- extra- lib- dirs= " D:\OpenSSL-Win64-v102" -- extra- include- dirs= " D:\xz_extracted\include" -- extra- lib- dirs= " D:\xz_extracted\bin_x86-64" -- extra- include- dirs= " $env: WORK_DIR \rocksdb\include" -- extra- lib- dirs= " $env: WORK_DIR "
72
72
73
73
# from here onwards, errors terminate the script
74
74
$ErrorActionPreference = " Stop"
You can’t perform that action at this time.
0 commit comments