File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ sudo: required
44
55env :
66 global :
7- - SECP256K1_REMOTE=https://github.com/bitcoin-core /secp256k1.git
8- - SECP256K1_COMMIT=fa3301713549d118e57ebe6551d062903ddd6b63
7+ - SECP256K1_REMOTE=https://github.com/jonasnick /secp256k1.git
8+ - SECP256K1_COMMIT=2e4ed392e1fd8cb7c64787bde9b67ddc0b463e3d
99 - DOCKER_CACHE_DIR=/home/travis/docker
1010
1111cache :
@@ -19,15 +19,15 @@ matrix:
1919 - COVERAGE=true
2020 - PHPQA_PHP_VERSION=7.3.7
2121 - SECP256K1_REMOTE=https://github.com/jonasnick/secp256k1.git
22- - SECP256K1_COMMIT=d75e12dce7b75d5a909babff5556445ec69fdfd7
22+ - SECP256K1_COMMIT=2e4ed392e1fd8cb7c64787bde9b67ddc0b463e3d
2323 - SECP256K1_CONFIGURE="--enable-module-ecdh --enable-module-recovery --enable-module-schnorrsig"
2424 - EXT_SECP256K1_CONFIGURE="--with-secp256k1-config --with-module-recovery --with-module-ecdh --with-module-schnorrsig"
2525 - php : 7.3
2626 env :
2727 - VALGRIND=true
2828 - PHPQA_PHP_VERSION=7.3.7
2929 - SECP256K1_REMOTE=https://github.com/jonasnick/secp256k1.git
30- - SECP256K1_COMMIT=d75e12dce7b75d5a909babff5556445ec69fdfd7
30+ - SECP256K1_COMMIT=2e4ed392e1fd8cb7c64787bde9b67ddc0b463e3d
3131 - SECP256K1_CONFIGURE="--enable-module-ecdh --enable-module-recovery --enable-module-schnorrsig"
3232 - EXT_SECP256K1_CONFIGURE="--with-secp256k1-config --with-module-recovery --with-module-ecdh --with-module-schnorrsig"
3333 - php : 7.2
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ARG BUILD_CHECK_SIGNATURE=true
77ARG BUILD_CUSTOM_URL=''
88ARG BUILD_REPO_URL=''
99ARG BUILD_SECP256K1_REPO="https://github.com/jonasnick/secp256k1.git"
10- ARG BUILD_SECP256K1_COMMIT="d75e12dce7b75d5a909babff5556445ec69fdfd7 "
10+ ARG BUILD_SECP256K1_COMMIT="2e4ed392e1fd8cb7c64787bde9b67ddc0b463e3d "
1111
1212ENV PHPIZE_DEPS \
1313 autoconf \
You can’t perform that action at this time.
0 commit comments