Skip to content

Commit

Permalink
Merge pull request #6475 from srinivasyadav18/fix_macos_ci
Browse files Browse the repository at this point in the history
Fix mac os github actions
  • Loading branch information
hkaiser committed Apr 21, 2024
2 parents eb2bf57 + e5a8882 commit 2e9ae68
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 30 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/macos_debug.yml
Expand Up @@ -17,16 +17,9 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
# Workaround for https://github.com/actions/virtual-environments/issues/2322
rm -rf /usr/local/bin/2to3*
rm -rf /usr/local/bin/idle3*
rm -rf /usr/local/bin/pydoc3*
rm -rf /usr/local/bin/python3*
brew upgrade
brew update && \
brew install --overwrite python-tk && \
brew install --overwrite boost hwloc gperftools ninja && \
brew upgrade cmake
brew install --overwrite python-tk && \
brew install --overwrite boost hwloc gperftools ninja && \
brew upgrade cmake
- name: Configure
shell: bash
run: |
Expand Down Expand Up @@ -77,6 +70,7 @@ jobs:
tests.unit.modules.compute_local.numa_allocator|\
tests.unit.modules.execution.standalone_thread_pool_executor|\
tests.unit.modules.resource_partitioner.used_pus|\
tests.unit.modules.runtime_components.launch_process|\
tests.unit.modules.segmented_algorithms.distributed.tcp.partitioned_vector|\
tests.unit.threads.distributed.tcp.thread_stacksize|\
tests.unit.topology.numa_allocator|\
Expand Down
14 changes: 4 additions & 10 deletions .github/workflows/macos_debug_fetch_boost.yml
Expand Up @@ -16,16 +16,9 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
# Workaround for https://github.com/actions/virtual-environments/issues/2322
rm -rf /usr/local/bin/2to3*
rm -rf /usr/local/bin/idle3*
rm -rf /usr/local/bin/pydoc3*
rm -rf /usr/local/bin/python3*
brew upgrade
brew update && \
brew install --overwrite python-tk && \
brew install --overwrite hwloc gperftools ninja && \
brew upgrade cmake
brew install --overwrite python-tk && \
brew install --overwrite hwloc gperftools ninja && \
brew upgrade cmake
- name: Configure
shell: bash
run: |
Expand Down Expand Up @@ -75,6 +68,7 @@ jobs:
tests.unit.modules.compute_local.numa_allocator|\
tests.unit.modules.execution.standalone_thread_pool_executor|\
tests.unit.modules.resource_partitioner.used_pus|\
tests.unit.modules.runtime_components.launch_process|\
tests.unit.modules.segmented_algorithms.distributed.tcp.partitioned_vector|\
tests.unit.threads.distributed.tcp.thread_stacksize|\
tests.unit.topology.numa_allocator|\
Expand Down
14 changes: 4 additions & 10 deletions .github/workflows/macos_debug_fetch_hwloc.yml
Expand Up @@ -17,16 +17,9 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
# Workaround for https://github.com/actions/virtual-environments/issues/2322
rm -rf /usr/local/bin/2to3*
rm -rf /usr/local/bin/idle3*
rm -rf /usr/local/bin/pydoc3*
rm -rf /usr/local/bin/python3*
brew upgrade
brew update && \
brew install --overwrite python-tk && \
brew install --overwrite boost gperftools ninja && \
brew upgrade cmake
brew install --overwrite python-tk && \
brew install --overwrite boost gperftools ninja && \
brew upgrade cmake
- name: Configure
shell: bash
run: |
Expand Down Expand Up @@ -78,6 +71,7 @@ jobs:
tests.unit.modules.compute_local.numa_allocator|\
tests.unit.modules.execution.standalone_thread_pool_executor|\
tests.unit.modules.resource_partitioner.used_pus|\
tests.unit.modules.runtime_components.launch_process|\
tests.unit.modules.segmented_algorithms.distributed.tcp.partitioned_vector|\
tests.unit.threads.distributed.tcp.thread_stacksize|\
tests.unit.topology.numa_allocator|\
Expand Down

0 comments on commit 2e9ae68

Please sign in to comment.