Switch RK3576 toolchain to Buildroot SDK and migrate to Python 3.11

This commit is contained in:
EricX-Zhao
2026-07-10 17:08:18 +03:00
parent 877c9c329d
commit 39f628605f
6 changed files with 68 additions and 51 deletions
+2
View File
@@ -13,6 +13,8 @@ services:
build:
context: . # 上下文设为根目录,这样才能同时访问 rk3588 文件夹
dockerfile: ${PLATFORM}/cc_${PLATFORM}.Dockerfile
args:
BUILD_JOBS: ${BUILD_JOBS:-6}
image: ${PLATFORM}/cc-toolchain:latest
depends_on:
- cc-base