Skip to content

Commit

Permalink
[CI] Remove symlink workaround
Browse files Browse the repository at this point in the history
Now we have Spack build cache in `/opt/spack`, so that we shouldn't hit the
GitHub Action issue.
  • Loading branch information
giordano committed Nov 3, 2023
1 parent 662f606 commit 3cab429
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/UnitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -502,13 +502,6 @@ jobs:
- name: Set MPITRAMPOLINE_MPIEXEC
run: echo "MPITRAMPOLINE_MPIEXEC=$(which mpiexec)" >> "${GITHUB_ENV}"

# Inside containers, GitHub Actions remaps `/home/runner/work` to `/__w`, but this
# results into a broken path. See <https://github.com/actions/runner/issues/2185>.
# Let's create this now missing symlink to work around this shenanigan.
- name: Create symlink
run: |
ln -s /home/runner/work/github-actions-buildcache /__w/github-actions-buildcache
- name: Build MPIwrapper
run: |
apt-get update
Expand Down

0 comments on commit 3cab429

Please sign in to comment.