Skip to content

Commit

Permalink
update swig versions to specifiy swig3 where needed
Browse files Browse the repository at this point in the history
  • Loading branch information
greenaddress authored and jgriffiths committed Nov 24, 2020
1 parent 348df0d commit bf81e8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ manylinux_release:
before_script:
- git submodule sync --recursive
- git submodule update --init --recursive
- yum install swig -y
- yum install swig3 -y
script:
- ./tools/build_python_manylinux_wheels.sh

Expand All @@ -70,7 +70,7 @@ manylinux_aarch64_release:
before_script:
- git submodule sync --recursive
- git submodule update --init --recursive
- yum install swig -y
- yum install swig3 -y
script:
- ./tools/build_python_manylinux_wheels.sh

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
script: docker run -v $PWD:/wally debian:buster /bin/sh -c "apt-get update -yqq && apt-get install -yqq --no-install-recommends git uncrustify && cd /wally && (tools/uncrustify || true) && git diff --exit-code"
- services:
- docker
script: docker run -v $PWD:/wally greenaddress/wallycore@sha256:c3c36a55173eb29e5727dfc9a0417d05ac4c301adea109092fb9a0f7edbba10e /bin/sh -c "cd /wally && git submodule sync --recursive && git submodule update --init --recursive && yum install swig -y && ./tools/build_python_manylinux_wheels.sh"
script: docker run -v $PWD:/wally greenaddress/wallycore@sha256:c3c36a55173eb29e5727dfc9a0417d05ac4c301adea109092fb9a0f7edbba10e /bin/sh -c "cd /wally && git submodule sync --recursive && git submodule update --init --recursive && yum install swig3 -y && ./tools/build_python_manylinux_wheels.sh"
- services:
- docker
script: docker run -v $PWD:/wally greenaddress/wallycore@sha256:d63d222be12f6b2535e1548aa7f21cf649e2230d6c9e01bd518c23eb0bccd46f bash -c "cd /wally && git submodule sync --recursive && git submodule update --init --recursive && source /opt/emsdk/emsdk_env.sh && tools/build_wasm.sh"
Expand Down

0 comments on commit bf81e8b

Please sign in to comment.