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

Commit 91422e9

Browse files
authored
Merge pull request #1662 from jneira/azure-hoogle-twice
Azure: try to generate hoogle twice to avoid 403 http errors for macos
2 parents c63e4b6 + c579fab commit 91422e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.azure/macos-stack.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ jobs:
9292
- bash: |
9393
source .azure/macos.bashrc
9494
stack build hoogle --stack-yaml=$(YAML_FILE)
95-
stack exec hoogle generate --stack-yaml=$(YAML_FILE)
95+
# This step frequently fails with http 403
96+
stack exec hoogle generate --stack-yaml=$(YAML_FILE) || stack exec hoogle generate --stack-yaml=$(YAML_FILE)
9697
displayName: "Install Runtime Test-Dependencies: hoogle database"
9798
- bash: |
9899
source .azure/macos.bashrc

0 commit comments

Comments
 (0)