Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions examples/arm/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -348,11 +348,12 @@ if [[ $is_script_sourced -eq 0 ]]; then
export CMAKE_BUILD_PARALLEL_LEVEL="$(get_parallel_jobs)"

CMAKE_POLICY_VERSION_MINIMUM=3.5 \
BUILD_PYBIND=1 \
BUILD_PYBIND=ON \
BUILD_TOSA_REFERENCE_MODEL_TESTS=OFF \
pip install --no-dependencies ./reference_model

CMAKE_POLICY_VERSION_MINIMUM=3.5 \
BUILD_PYBIND=1 \
BUILD_PYBIND=ON \
pip install --no-dependencies ./serialization
popd
popd
Expand Down
Loading