Skip to content

Commit 746db5f

Browse files
authored
Arm backend: Build reference model without tests (#17588)
* Avoids a build error with some OS & clang configurations Change-Id: I16c3e9e9908c824d282b20791f14373a8d959b22 cc @digantdesai @SS-JIA @freddan80 @per @zingo @oscarandersson8218 @mansnils @Sebastian-Larsson @robell --------- Signed-off-by: Tom Allsop <tom.allsop@arm.com>
1 parent aebf42e commit 746db5f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/arm/setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ if [[ $is_script_sourced -eq 0 ]]; then
349349

350350
CMAKE_POLICY_VERSION_MINIMUM=3.5 \
351351
BUILD_PYBIND=1 \
352+
BUILD_TOSA_REFERENCE_MODEL_TESTS=0 \
352353
pip install --no-dependencies ./reference_model
353354

354355
CMAKE_POLICY_VERSION_MINIMUM=3.5 \

0 commit comments

Comments
 (0)