From 369dd18863112f9d3320c7c1c08929d0e40004fe Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Tue, 18 May 2021 02:10:31 +0000 Subject: [PATCH] Cirrus: Update apt dependencies for TBB 10.5a15 --- tools/cirrus_build_project.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cirrus_build_project.sh b/tools/cirrus_build_project.sh index c4bb280..311028b 100755 --- a/tools/cirrus_build_project.sh +++ b/tools/cirrus_build_project.sh @@ -21,7 +21,7 @@ mv .cirrus.yml .cirrus.yml.bak diff .cirrus.yml .cirrus.yml.bak echo "Installing rbm deps..." -APT_DEPS="libyaml-libyaml-perl libtemplate-perl libio-handle-util-perl libio-all-perl libio-captureoutput-perl libjson-perl libpath-tiny-perl libstring-shellquote-perl libsort-versions-perl libdigest-sha-perl libdata-uuid-perl libdata-dump-perl libfile-copy-recursive-perl libfile-slurp-perl git runc rsync" +APT_DEPS="libyaml-libyaml-perl libtemplate-perl libdatetime-perl libio-handle-util-perl libio-all-perl libio-captureoutput-perl libjson-perl libpath-tiny-perl libstring-shellquote-perl libsort-versions-perl libdigest-sha-perl libdata-uuid-perl libdata-dump-perl libfile-copy-recursive-perl libfile-slurp-perl git uidmap rsync" apt-get install -y $APT_DEPS || (sleep 15s && apt-get install -y $APT_DEPS) echo "Pulling rbm..."