From ab3cf8856287672367176a2e794f98c85d90ded4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mamy=20Andr=C3=A9-Ratsimbazafy?= Date: Thu, 21 Jan 2021 12:52:25 +0100 Subject: [PATCH] Pin nim-serialization. Workaround #113 and https://github.com/status-im/nim-serialization/issues/33 --- .github/workflows/ci.yml | 2 +- .travis.yml | 2 +- azure-pipelines.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b0e5ef72..42c7e9ced 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -201,7 +201,7 @@ jobs: shell: bash run: | nimble refresh - nimble install -y gmp stew serialization json_serialization + nimble install -y gmp stew serialization@#217d78a json_serialization - name: Run Constantine tests (with Assembler & with GMP) if: (runner.os == 'Linux' || runner.os == 'macOS') && matrix.target.cpu == 'amd64' shell: bash diff --git a/.travis.yml b/.travis.yml index 20a11a048..aee392c6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -127,7 +127,7 @@ before_script: - export PATH="$PWD/nim-${CHANNEL}/bin${PATH:+:$PATH}" script: - nimble refresh - - nimble install -y gmp stew serialization json_serialization + - nimble install -y gmp stew serialization@#217d78a json_serialization # Installing Clang9.0 or later is a pain in Travis # for inline assembly "flag output constraint" # Also MacOS build is timing out with 2 series of tests. diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2a866b394..3045692b4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -219,7 +219,7 @@ steps: - bash: | echo "PATH=${PATH}" nimble refresh - nimble install -y gmp stew serialization json_serialization + nimble install -y gmp stew serialization@#217d78a json_serialization displayName: 'Installing package and testing dependencies' - bash: |