Skip to content

Commit

Permalink
Pin nim-serialization. Workaround #113 and status-im/nim-serializatio…
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Jan 21, 2021
1 parent a5c1d07 commit ab3cf88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit ab3cf88

Please sign in to comment.