fix: Remove conflicting gcc-multilib packages from CI workflow
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Failing after 12m28s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 6s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 3m34s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Failing after 12m28s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 6s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 3m34s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
- Removed gcc-multilib and g++-multilib which conflict with gcc-14-* cross-compilers - Keeps crossbuild-essential-amd64, gcc-aarch64-linux-gnu, and gcc-arm-linux-gnueabihf - Resolves package dependency conflicts that were causing CI failures Fixes CI workflow package installation errors.
This commit is contained in:
parent
f26ffe8607
commit
6678663700
1 changed files with 1 additions and 2 deletions
|
|
@ -65,8 +65,7 @@ jobs:
|
|||
python3-setuptools python3-wheel python3-pip \
|
||||
crossbuild-essential-amd64 crossbuild-essential-arm64 \
|
||||
gcc-aarch64-linux-gnu g++-aarch64-linux-gnu \
|
||||
gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf \
|
||||
gcc-multilib g++-multilib
|
||||
gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
|
||||
|
||||
- name: Checkout code
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue