This repository was archived by the owner on Aug 18, 2020. It is now read-only.
File tree 3 files changed +2
-2
lines changed
scripts/launch/connect-to-cluster
3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ before_test:
73
73
74
74
# Install rocksdb
75
75
- git clone https://github.com/facebook/rocksdb.git --branch v4.13.5
76
- - ps : Start-FileDownload 'https://ci.appveyor. com/api/buildjobs/kbpteb8j55p6sa2m/artifacts/ rocksdb%2Fbuild%2FRocksdb .zip' -FileName rocksdb.zip
76
+ - ps : Start-FileDownload 'https://s3.eu-central-1.amazonaws. com/ci-static/serokell- rocksdb-haskell-325427fc709183c8fdf777ad5ea09f8d92bf8585 .zip' -FileName rocksdb.zip
77
77
- 7z x rocksdb.zip
78
78
79
79
# CSL-1509: After moving the 'cardano-sl' project itself into a separate folder ('lib/'), the 'cardano-text.exe' executable fails on AppVeyor CI.
Original file line number Diff line number Diff line change 19
19
#!/bin/sh
20
20
set -e
21
21
set -o pipefail
22
+ export LOCALE_ARCHIVE="${ pkgs . glibcLocales } /lib/locale/locale-archive"
22
23
if [ ! -d /wallet ]; then
23
24
echo '/wallet volume not mounted, you need to create one with `docker volume create` and pass the correct -v flag to `docker run`'
24
25
exit 1
Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ in pkgs.writeScript "${executable}-connect-to-${environment}" ''
81
81
else
82
82
RUNTIME_ARGS=""
83
83
fi
84
- export LOCALE_ARCHIVE="${ pkgs . glibcLocales } /lib/locale/locale-archive";
85
84
86
85
echo "Keeping state in ${ stateDir } "
87
86
mkdir -p ${ stateDir } /logs
You can’t perform that action at this time.
0 commit comments