Zachary Leaf | 782c54a | 2024-09-24 14:33:24 +0100 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | # | ||||
3 | # Copyright (c) 2024 Arm Limited. All rights reserved. | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: BSD-3-Clause | ||||
6 | # | ||||
7 | pre_tf_build() { | ||||
Tomás González | 52f6408 | 2024-11-11 11:40:02 +0000 | [diff] [blame] | 8 | if not_upon "$local_ci"; then |
Tomás González | 52f6408 | 2024-11-11 11:40:02 +0000 | [diff] [blame] | 9 | make PLAT=qemu -C "$tf_root/rust" clippy |
10 | fi | ||||
Zachary Leaf | 782c54a | 2024-09-24 14:33:24 +0100 | [diff] [blame] | 11 | } |