commit | 5494d730fab08bb5add5fd06a2771b5421e0cd8c | [log] [tgz] |
---|---|---|
author | Zachary Leaf <zachary.leaf@arm.com> | Tue Oct 22 10:49:36 2024 +0100 |
committer | Sandrine Afsa Bailleux <sandrine.afsa@arm.com> | Tue Nov 05 17:18:07 2024 +0100 |
tree | e3b35c4d422733923f5a1a18b0a5f98fbf90d07e | |
parent | 7439a4f3657463ad4f5a2981bafb74f6ec6a3470 [diff] |
tfa-next: include bl31.{bin,elf} in archive Currently collect_build_artefacts() only looks in $tf_build_root for *.bin/*.elf files to copy into the archive. Since the Rust bl31 binary and elf files are placed in the rust/target dir, they are not currently archived by the Jenkins CI. Sym link bl31.{bin,elf} into $tf_build_root so they can be archived with the rest. Change-Id: I9eb16ba4eff1ff1e163367c38afe4231da388016 Signed-off-by: Zachary Leaf <zachary.leaf@arm.com>