File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ build-debian-14-arm64:
3232 - ./build_u-boot.sh
3333 - ccache -sv
3434 - df -h /dev/shm
35- - tar --use-compress-program='zstd -9 ' -cf ccache.tar.zst /dev/shm/my-ccache-in-memory
35+ - tar --use-compress-program='zstd -6 ' -cf ccache.tar.zst /dev/shm/my-ccache-in-memory
3636
3737build-debian-13-arm64 :
3838 image : robertcnelson/beagle-devscripts-kernel-debian-13-arm64:latest
@@ -54,7 +54,7 @@ build-debian-13-arm64:
5454 - ./build_u-boot.sh
5555 - ccache -sv
5656 - df -h /dev/shm
57- - tar --use-compress-program='zstd -9 ' -cf ccache.tar.zst /dev/shm/my-ccache-in-memory
57+ - tar --use-compress-program='zstd -6 ' -cf ccache.tar.zst /dev/shm/my-ccache-in-memory
5858
5959pages :
6060 image : robertcnelson/beagle-devscripts-kernel-debian-12-arm64:latest
7676 - ./build_u-boot.sh
7777 - ccache -sv
7878 - df -h /dev/shm
79- - tar --use-compress-program='zstd -9 ' -cf ccache.tar.zst /dev/shm/my-ccache-in-memory
79+ - tar --use-compress-program='zstd -6 ' -cf ccache.tar.zst /dev/shm/my-ccache-in-memory
8080 - apindex public
8181 artifacts :
8282 when : on_success
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ TI_FIRMWARE="${TI_FIRMWARE:-11.02.11}"
55
66# https://github.com/TrustedFirmware-A/trusted-firmware-a.git
77TFA_GIT=" ${TFA_GIT:- https:// github.com/ TrustedFirmware-A/ trusted-firmware-a.git} "
8- TFA=" ${TFA:- lts-v2.12.8} "
8+ # TFA="${TFA:-lts-v2.12.8}"
9+ TFA=" ${TFA:- v2.14.0} "
910
1011# https://github.com/OP-TEE/optee_os.git
1112OPTEE=" ${OPTEE:- 4.9.0-rc1} "
You can’t perform that action at this time.
0 commit comments