Skip to content

Commit

Permalink
actions: workaround for TMPDIR truncation with OMPI on OSX
Browse files Browse the repository at this point in the history
open-mpi/ompi#7393

Thanks-to: Jake Tronge <jtronge3@gmail.com>
  • Loading branch information
jedbrown committed Aug 3, 2022
1 parent e6ce575 commit ddd7c3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Expand Up @@ -50,8 +50,10 @@ jobs:
sudo apt-get install -y llvm-dev libclang-dev pkgconf ${{ matrix.mpi_package }}
- name: Install (MacOS)
if: runner.os == 'macOS'
# Workaround for intermittent failures with OMPI https://github.com/open-mpi/ompi/issues/7393
run: |
brew install llvm@13 ${{ matrix.mpi_package }}
echo TMPDIR=/tmp | tee -a $GITHUB_ENV
env
- name: Install (Windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit ddd7c3a

Please sign in to comment.