Switch RK3576 toolchain to Buildroot SDK and migrate to Python 3.11
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user