From: Tim Duesterhus Date: Wed, 20 Jan 2021 18:13:29 +0000 (+0100) Subject: CI: Pin VTest to a known good commit X-Git-Tag: v2.3.17~33 X-Git-Url: http://git.haproxy.org/?a=commitdiff_plain;h=4e5ac6e37295c78dc333014f0181f6a34dc86a8f;p=haproxy-2.3.git CI: Pin VTest to a known good commit As of January, 11th the macOS builds fail due to regression introduced in VTest. This patch pins VTest to the newest good commit. This patch should be reverted once VTest's 'master' is stable again. see vtest/VTest#26 (cherry picked from commit 24105300b87b5cfc1f21fd0788a0865723b043c8) Signed-off-by: William Lallemand --- diff --git a/.github/workflows/vtest.yml b/.github/workflows/vtest.yml index 6d42db8..f5f35a6 100644 --- a/.github/workflows/vtest.yml +++ b/.github/workflows/vtest.yml @@ -60,7 +60,7 @@ jobs: brew install lua - name: Install VTest run: | - curl -fsSL https://github.com/vtest/VTest/archive/master.tar.gz -o VTest.tar.gz + curl -fsSL https://github.com/vtest/VTest/archive/02a9bc16d78e70d1d415b40d5349b9f3e56df05b.tar.gz -o VTest.tar.gz mkdir VTest tar xvf VTest.tar.gz -C VTest --strip-components=1 make -C VTest -j$(nproc) FLAGS="-O2 -s -Wall"