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

Commit 4fdd911

Browse files
committed
Put ghcs used by wrapper-test in path
1 parent a5d8c19 commit 4fdd911

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.azure/linux-stack.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
displayName: "Install Runtime Test-Dependencies: z3"
9191
- bash: |
9292
source .azure/linux-stack.bashrc
93-
PATH=/opt/ghc/8.6.5/bin:$PATH
93+
export PATH=/opt/ghc/8.6.5/bin:$PATH
9494
stack install --resolver=lts-13.20 liquid-fixpoint-0.8.0.2 liquidhaskell-0.8.6.2
9595
displayName: "Install Runtime Test-Dependencies: liquidhaskell"
9696
- bash: |
@@ -106,6 +106,8 @@ jobs:
106106
displayName: "Run Test: unit-test"
107107
- bash: |
108108
source .azure/linux-stack.bashrc
109+
# we need the ghc versions used by wrapper-test suite
110+
export PATH=$PATH:/opt/ghc/8.8.1/bin:/opt/ghc/8.6.5/bin
109111
stack test :dispatcher-test :plugin-dispatcher-test :wrapper-test --stack-yaml $(YAML_FILE)
110112
displayName: "Run Test: dispatcher-test, plugin-dispatcher-test and wrapper-test"
111113
- bash: |

0 commit comments

Comments
 (0)