Skip to content

Commit

Permalink
Exclude build_dir_targets from CIs with HPX_WITH_FETCH_BOOST
Browse files Browse the repository at this point in the history
  • Loading branch information
Pansysk75 committed Jan 22, 2025
1 parent 726b213 commit 43d6613
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos_debug_fetch_boost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
-DHPX_WITH_EXAMPLES=ON \
-DHPX_WITH_TESTS=ON \
-DHPX_WITH_TESTS_MAX_THREADS_PER_LOCALITY=2 \
-DHPX_WITH_CHECK_MODULE_DEPENDENCIES=On
-DHPX_WITH_CHECK_MODULE_DEPENDENCIES=On \
-DHPX_WITH_TESTS_EXTERNAL_BUILD=Off
- name: Build
shell: bash
run: |
Expand Down Expand Up @@ -73,5 +74,4 @@ jobs:
tests.unit.threads.distributed.tcp.thread_stacksize|\
tests.unit.topology.numa_allocator|\
tests.unit.modules.runtime_components.distributed.tcp.migrate_polymorphic_component|\
tests.unit.modules.executors.limiting_executor|"
"build_dir_targets_test"
tests.unit.modules.executors.limiting_executor"

0 comments on commit 43d6613

Please sign in to comment.