fix(ci): Add python3-pyelftools for u-boot toolchain build

The rockchip-armv8 toolchain build fails because u-boot requires
the Python3 elftools module. Adding python3-pyelftools to the
toolchain job dependencies.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
CyberMind-FR 2026-03-19 19:19:15 +01:00
parent a61b0fcda8
commit e15248afea

View File

@ -433,7 +433,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y build-essential clang flex bison g++ gawk \
gcc-multilib g++-multilib gettext git libncurses5-dev libssl-dev \
python3-setuptools python3-dev rsync swig unzip zlib1g-dev file wget
python3-setuptools python3-dev python3-pyelftools rsync swig unzip zlib1g-dev file wget
- name: Cache OpenWrt Toolchain
uses: actions/cache@v4