From 59a26c9c82847ed9a05f25b987517b6358509f61 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 10 Jan 2023 15:16:48 +0900 Subject: [PATCH] Temporarily disable valgrind test in CI ``` info: installing valgrind@latest Selecting previously unselected package libc6-dbg:amd64. (Reading database ... 236916 files and directories currently installed.) Preparing to unpack .../libc6-dbg_2.35-0ubuntu3.1_amd64.deb ... Unpacking libc6-dbg:amd64 (2.35-0ubuntu3.1) ... Setting up libc6-dbg:amd64 (2.35-0ubuntu3.1) ... NEEDRESTART-VER: 3.5 NEEDRESTART-KCUR: 5.15.0-1024-azure NEEDRESTART-KEXP: 5.15.0-1024-azure NEEDRESTART-KSTA: 1 ``` --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6946690a..64aa8515 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,8 @@ jobs: - ubuntu-22.04 tool: # cargo-watch is supported by cargo-binstall (through quickinstall) - - cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cargo-udeps,cargo-valgrind,cargo-deny,cross,dprint,just,nextest,protoc,shellcheck,shfmt,valgrind,wasm-pack,wasmtime,mdbook,mdbook-linkcheck,cargo-watch,grcov + # TODO: valgrind installation sometime hangs. + - cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cargo-udeps,cargo-valgrind,cargo-deny,cross,dprint,just,nextest,protoc,shellcheck,shfmt,wasm-pack,wasmtime,mdbook,mdbook-linkcheck,cargo-watch,grcov include: # Note: Specifying the version of valgrind and cargo-binstall is not supported. - os: ubuntu-20.04