Skip to content

Commit

Permalink
[release/1.3] Fix check-in test pipeline (#440)
Browse files Browse the repository at this point in the history
- *Cf.* microsoft/azurelinux#3483.
- chrono released v0.4.20 which has broken running tarpaulin. Upstream issue: chronotope/chrono#755.
  • Loading branch information
gordonwang0 committed Aug 8, 2022
1 parent 72c12e6 commit 20c2c20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ci/install-build-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@ case "$OS:$ARCH" in
BranchTag='1.0-stable'
;;
'mariner:2')
BranchTag='2.0-stable'
# BranchTag='2.0-stable'
# WARN: 2.0-stable is broken - https://github.com/microsoft/CBL-Mariner/issues/3483
BranchTag='2.0.20220713-2.0'
;;
esac

Expand Down Expand Up @@ -217,7 +219,7 @@ if [ "$OS" != 'mariner' ]; then
cargo install cbindgen --version "=$CBINDGEN_VERSION"

if [ "$OS:$ARCH" = 'ubuntu:18.04:amd64' ]; then
cargo install cargo-tarpaulin --version '^0.18'
cargo install cargo-tarpaulin --version '^0.20' --locked
fi
fi

Expand Down

0 comments on commit 20c2c20

Please sign in to comment.