Skip to content

Commit ff11530

Browse files
committed
ci, jade: pin to v1.0.36
1 parent 4a1a902 commit ff11530

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/setup_environment.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ BITBOX01_VERSION="v7.1.0"
7070
BITBOX02_VERSION="firmware/v9.24.0"
7171
KEEPKEY_VERSION="v7.10.0"
7272
SPECULOS_VERSION="v0.25.10" # Last version supporting Python 3.9 (v0.25.11+ requires >=3.10)
73+
JADE_VERSION="1.0.36"
7374

7475
# Keep COLDCARD_VERSION in sync with .github/actions/install-sim/action.yml
7576
COLDCARD_VERSION="2025-09-30T1238-v5.4.4"
@@ -305,7 +306,7 @@ if [[ -n ${build_jade} ]]; then
305306

306307
# Clone Blockstream Jade firmware if it doesn't exist, or update it if it does
307308
if [ ! -d "jade" ]; then
308-
git clone --recursive --branch master https://github.com/Blockstream/Jade.git ./jade
309+
git clone --recursive --branch ${JADE_VERSION} https://github.com/Blockstream/Jade.git ./jade
309310
cd jade
310311
else
311312
cd jade

0 commit comments

Comments
 (0)