mirror of https://github.com/ArduPilot/ardupilot
Tools: use previous release of pymonocypher
This commit is contained in:
parent
e77e95ae5a
commit
485174d2e5
|
@ -428,7 +428,7 @@ for t in $CI_BUILD_TARGET; do
|
|||
echo "Building signed firmwares"
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y python3-dev
|
||||
python3 -m pip install pymonocypher
|
||||
python3 -m pip install pymonocypher==3.1.3.2
|
||||
./Tools/scripts/signing/generate_keys.py testkey
|
||||
$waf configure --board CubeOrange-ODID --signed-fw --private-key testkey_private_key.dat
|
||||
$waf copter
|
||||
|
|
Loading…
Reference in New Issue