From 2b790b0ebc2e3600d5667e4765a5228ec9b294e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Suzanne=20Dup=C3=A9ron?= Date: Tue, 23 Jun 2020 21:48:21 +0100 Subject: [PATCH] Disable remote link checks and use static version of xrefcheck because it's faster to install than the whole Haskell environment --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a5b31e42..d76883544 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,8 +77,10 @@ xrefcheck: # Should be replaced with # nix run github:serokell/xrefcheck # Once flakes roll out to stable - - nix run -f https://github.com/serokell/xrefcheck/archive/v0.1.1.2.tar.gz -c xrefcheck - + # - nix run -f https://github.com/serokell/xrefcheck/archive/v0.1.1.2.tar.gz -c 'xrefcheck local-only' + - curl -L https://github.com/serokell/xrefcheck/releases/download/v0.1.1/release.tar.gz | tar -zxf - xrefcheck/bin/xrefcheck + # TODO: for now use --mode=local-only because we cannot configure the timeout and some Tezos documentation URLs take a while to reply. + - xrefcheck/bin/xrefcheck --mode=local-only # Strange race conditions, disable for now .webide-e2e: