Skip to content

Commit b10b93f

Browse files
authored
Merge pull request #9797 from SomberNight/202505_ci_bump_ex
ci: regtests: bump e-x
2 parents c61e0f5 + 8198209 commit b10b93f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ task:
113113
# install electrum
114114
- export ELECTRUM_ECC_DONT_COMPILE=1 # we build manually to make caching it easier
115115
- python3 -m pip install .[tests]
116-
# install e-x some commits after 1.16.0 tag
117-
- python3 -m pip install git+https://github.com/spesmilo/electrumx.git@4e66804dc0d668cd6bd4602b547e2f5b2e227e97
116+
# install e-x some commits after 1.17.0 tag
117+
- python3 -m pip install git+https://github.com/spesmilo/electrumx.git@c25f1b208e3097fba5b090a314062d29b7a13f8a
118118
- "BITCOIND_VERSION=$(curl https://bitcoincore.org/en/download/ | grep -E -i --only-matching 'Latest version: [0-9\\.]+' | grep -E --only-matching '[0-9\\.]+')"
119119
- BITCOIND_FILENAME=bitcoin-$BITCOIND_VERSION-x86_64-linux-gnu.tar.gz
120120
- BITCOIND_PATH=/tmp/bitcoind/$BITCOIND_FILENAME

0 commit comments

Comments
 (0)