Skip to content

Commit

Permalink
Comment that explains we forked, the difference, and why.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-wong-dfinity-org committed Feb 29, 2024
1 parent 0399a68 commit c4a0b9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/reproducible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
echo "/usr/local/bin" >> $GITHUB_PATH
echo "$(brew --prefix)/opt/gnu-sed/libexec/gnubin" >> $GITHUB_PATH
fi
# This is a fork from
# https://github.com/docker-practice/actions-setup-docker The difference
# is that this waits up to 10 minutes for docker to start instead of
# just 3. The reason a fork was created is that the original developer
# has not responded for almost a year while people have reported issues
# and even made a pull request.
- uses: dfinity/actions-setup-docker@wait-longer-for-docker-to-start-up
timeout-minutes: 12
- name: Checkout
Expand Down

0 comments on commit c4a0b9e

Please sign in to comment.