Disable remote link checks and use static version of xrefcheck because it's faster to install than the whole Haskell environment
This commit is contained in:
parent
72bff930cc
commit
2b790b0ebc
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user