blob: cb21adfbc41ea705d476179ced3e61be614dff37 [file] [log] [blame]
Zachary Leaf782c54a2024-09-24 14:33:24 +01001#!/usr/bin/env bash
2#
3# Copyright (c) 2024 Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7pre_tf_build() {
Tomás González52f64082024-11-11 11:40:02 +00008 if not_upon "$local_ci"; then
Tomás González52f64082024-11-11 11:40:02 +00009 make PLAT=qemu -C "$tf_root/rust" clippy
10 fi
Zachary Leaf782c54a2024-09-24 14:33:24 +010011}