From 222a16d6af65209d1150ff100920fc24278875e3 Mon Sep 17 00:00:00 2001 From: ptrus Date: Wed, 14 Feb 2024 16:51:24 +0100 Subject: [PATCH] docker: Bump cargo-tarpaulin to 0.27.3 --- .buildkite/code.pipeline.yml | 2 -- .changelog/5558.internal.md | 1 + docker/oasis-core-ci/Dockerfile | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 .changelog/5558.internal.md diff --git a/.buildkite/code.pipeline.yml b/.buildkite/code.pipeline.yml index b4ae2c713f3..870a92b616d 100644 --- a/.buildkite/code.pipeline.yml +++ b/.buildkite/code.pipeline.yml @@ -341,8 +341,6 @@ steps: - make build-helpers - export OASIS_STORAGE_PROTOCOL_SERVER_BINARY=$(realpath go/storage/mkvs/interop/mkvs-test-helpers) - .buildkite/rust/coverage.sh - # Don't cause the build to fail, as tarpaulin is pretty unstable at the moment. - soft_fail: true retry: <<: *retry_agent_failure plugins: diff --git a/.changelog/5558.internal.md b/.changelog/5558.internal.md new file mode 100644 index 00000000000..44ff37b84e7 --- /dev/null +++ b/.changelog/5558.internal.md @@ -0,0 +1 @@ +docker: Bump cargo-tarpaulin to 0.27.3 diff --git a/docker/oasis-core-ci/Dockerfile b/docker/oasis-core-ci/Dockerfile index 712a1b3f9eb..37eb8e1aed6 100644 --- a/docker/oasis-core-ci/Dockerfile +++ b/docker/oasis-core-ci/Dockerfile @@ -12,4 +12,4 @@ RUN wget -O codecov https://codecov.io/bash && \ mv codecov /usr/local/bin # Install tarpaulin. -RUN cargo install --version 0.25.0 cargo-tarpaulin +RUN cargo install --version 0.27.3 cargo-tarpaulin