From c4a0b9ef7b3175700a80b88fb0988aca4d125196 Mon Sep 17 00:00:00 2001 From: Daniel Wong Date: Thu, 29 Feb 2024 14:18:06 +0000 Subject: [PATCH] Comment that explains we forked, the difference, and why. --- .github/workflows/reproducible.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/reproducible.yaml b/.github/workflows/reproducible.yaml index 2596c883bed..e7dc16f4825 100644 --- a/.github/workflows/reproducible.yaml +++ b/.github/workflows/reproducible.yaml @@ -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