We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1a902 commit ff11530Copy full SHA for ff11530
1 file changed
test/setup_environment.sh
@@ -70,6 +70,7 @@ BITBOX01_VERSION="v7.1.0"
70
BITBOX02_VERSION="firmware/v9.24.0"
71
KEEPKEY_VERSION="v7.10.0"
72
SPECULOS_VERSION="v0.25.10" # Last version supporting Python 3.9 (v0.25.11+ requires >=3.10)
73
+JADE_VERSION="1.0.36"
74
75
# Keep COLDCARD_VERSION in sync with .github/actions/install-sim/action.yml
76
COLDCARD_VERSION="2025-09-30T1238-v5.4.4"
@@ -305,7 +306,7 @@ if [[ -n ${build_jade} ]]; then
305
306
307
# Clone Blockstream Jade firmware if it doesn't exist, or update it if it does
308
if [ ! -d "jade" ]; then
- 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
310
cd jade
311
else
312
0 commit comments