blob: 3c8d006fdb5e541cd76f90fb49b5a15de3b81185 [file] [log] [blame]
#!/bin/bash
#
# Copyright (c) 2023 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
set -ex
for TF_CONFIG in ${TF_CONFIG_LIST}; do
echo "============== ${TF_CONFIG} =============="
. tf-a-ci-scripts/eclair/analyze_common2.sh
detachLicense 3000
time tf-a-ci-scripts/eclair/build-tfa.sh ${TF_CONFIG}
done