From 3ee2d2367ac76b1448daa2562eda46d4e98c5e9a Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Wed, 17 Nov 2021 15:46:32 -0500 Subject: Cirrus: Partially revert catatonit --force install VM Images created as of this commit contain the new/required version. Remove the `--force` install, but retain the hack script's ability to support this in the future. Signed-off-by: Chris Evich --- contrib/cirrus/setup_environment.sh | 7 ------- 1 file changed, 7 deletions(-) (limited to 'contrib/cirrus') diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh index 80ecd89ce..1a07aeffc 100755 --- a/contrib/cirrus/setup_environment.sh +++ b/contrib/cirrus/setup_environment.sh @@ -19,13 +19,6 @@ die_unknown() { die "Unknown/unsupported \$$var_name '$var_value'" } -msg "************************************************************" -msg "FIXME: force-install catatonit 0.17.0 until CI images are updated" -msg "************************************************************" -# FIXME: this is just a temporary workaround to force-install -# catatonit 0.17.0. Please remove once the images are updated. -./hack/install_catatonit.sh --force - msg "************************************************************" msg "Setting up runtime environment" msg "************************************************************" -- cgit v1.2.3-54-g00ecf