Skip to content

Commit

Permalink
[TT-Train] Fix Taskflow test leakage (#17004)
Browse files Browse the repository at this point in the history
### Problem description
Taskflow tests became visible in the ctest.

### What's changed
Forced taskflow to avoid building tests.

### Checklist
- [x] Post commit CI passes
- [x] Blackhole Post commit (if applicable)
- [x] Model regression CI testing passes (if applicable)
- [x] Device performance regression CI testing passes (if applicable)
- [x] **(For models and ops writers)** Full [new
models](https://github.com/tenstorrent/tt-metal/actions/workflows/full-new-models-suite.yaml)
tests passes
- [x] New/Existing tests provide coverage for changes
  • Loading branch information
dmakoviichuk-tt authored Jan 23, 2025
1 parent 09349dd commit 335db8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tt-train/cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ CPMAddPackage(
"XTENSOR_ENABLE_TESTS OFF"
)

CPMAddPackage(NAME taskflow GITHUB_REPOSITORY taskflow/taskflow GIT_TAG v3.7.0)
CPMAddPackage(NAME taskflow GITHUB_REPOSITORY taskflow/taskflow GIT_TAG v3.7.0 OPTIONS "TF_BUILD_TESTS OFF")

include(${PROJECT_SOURCE_DIR}/cmake/fetch_msgpack.cmake)

Expand Down

1 comment on commit 335db8b

@blozano-tt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<3

Please sign in to comment.