From: Justin Pryzby Date: Sun, 13 Nov 2022 14:03:27 -0600 Subject: [PATCH 05/10] cirrus: clean up typos --- .cirrus.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 6aaaf62d6a9..3eda0268161 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -47,7 +47,7 @@ on_failure_meson: &on_failure_meson # In theory it'd be nice to upload the junit files meson generates, so that # cirrus will nicely annotate the commit. Unfortunately the files don't - # contain identifieable file + line numbers right now, so the annotations + # contain identifiable file + line numbers right now, so the annotations # don't end up useful. We could probably improve on that with a some custom # conversion script, but ... meson_log_artifacts: @@ -74,7 +74,7 @@ task: # no options enabled, should be small CCACHE_MAXSIZE: "150M" - # Container starts up quickly, but is slower at runtime, particularly for + # Containers start up quickly, but is slower at runtime, particularly for # tests. Good for the briefly running sanity check. container: image: $CONTAINER_REPO/linux_debian_bullseye_ci:latest @@ -590,7 +590,7 @@ task: CCACHE_MAXSIZE: "500M" CCACHE_SLOPPINESS: pch_defines,time_macros CCACHE_DEPEND: 1 - # for some reason mingw plpython cannot find it's installation without this + # for some reason mingw plpython cannot find its installation without this PYTHONHOME: C:/msys64/ucrt64 # prevents MSYS bash from resetting error mode MSYS: winjitdebug @@ -645,7 +645,7 @@ task: # Use larger ccache cache, as this task compiles with multiple compilers / # flag combinations - CCACHE_MAXSIZE: "1GB" + CCACHE_MAXSIZE: "1G" CCACHE_DIR: "/tmp/ccache_dir" LINUX_CONFIGURE_FEATURES: *LINUX_CONFIGURE_FEATURES -- 2.25.1 --sMkrXc3gAYLRVOjR Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0006-cirrus-build-docs-as-a-separate-task.patch"