Skip to content

Commit

Permalink
Stop installing rsync in our test, since our docker image now provide…
Browse files Browse the repository at this point in the history
…s it. (#7728)
  • Loading branch information
bzbarsky-apple authored Jun 18, 2021
1 parent 16f8061 commit 8cfdf0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
submodules: true
- name: Try to ensure the directories for core dumping exist and we can write them.
run: |
apt-get update
apt-get -y install --fix-missing rsync
mkdir /tmp/cores || true
sysctl -w kernel.core_pattern=/tmp/cores/core.%u.%p.%t || true
mkdir objdir-clone || true
Expand Down

0 comments on commit 8cfdf0a

Please sign in to comment.