blob: 10e226b01761f5a92e06592ab6d4fdcb7ec01f8e [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} =============="
export TF_CONFIG
detachLicense 3000
time tf-a-ci-scripts/eclair/build-tfa.sh ${TF_CONFIG}
done