summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Piotrowski <piotrowski+git@gmail.com>2019-01-11 20:34:50 +0100
committerJan Piotrowski <piotrowski+git@gmail.com>2019-01-14 23:00:43 +0100
commit20c5091bc0e4e94ae3e0f57e188056b6c26fdec8 (patch)
tree0a3cca428779a477506307e84b9b69e45d3d02ba
parentb31d03de5544e71a13eab6138281aace3e88b803 (diff)
downloadbundler-20c5091bc0e4e94ae3e0f57e188056b6c26fdec8.tar.gz
avoid readline crash (workaround for #6902)
-rw-r--r--azure-pipelines/steps.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/azure-pipelines/steps.yml b/azure-pipelines/steps.yml
index 2f8dcf6535..eae79b0a6b 100644
--- a/azure-pipelines/steps.yml
+++ b/azure-pipelines/steps.yml
@@ -10,6 +10,12 @@ steps:
displayName: 'ruby -v + ridk version'
- script: |
+ mkdir tmp
+ cd tmp
+ mkdir home
+ displayName: 'work around readline crash'
+
+- script: |
ruby bin/rake spec:deps
displayName: 'ruby bin/rake spec:deps'