Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit d73464c

Browse files
committed
[DEVOPS-1137] fix windows buildkite CI
1 parent 7e8e439 commit d73464c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/windows.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ New-Item -ItemType Directory -Force -Path $env:TMP
3333
#curl.exe http://www.stackage.org/stack/windows-x86_64 -o d:\Downloads\stack.zip -L
3434
#7z -oD:\stack x D:\Downloads\stack.zip
3535

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"
3737

3838
# Install liblzma/xz
3939
#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
6868
# 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
6969

7070
#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"
7272

7373
# from here onwards, errors terminate the script
7474
$ErrorActionPreference = "Stop"

0 commit comments

Comments
 (0)