|
11 | 11 | CONTAINER_REPO: us-docker.pkg.dev/${GCP_PROJECT}/ci |
12 | 12 |
|
13 | 13 | # The lower depth accelerates git clone. Use a bit of depth so that |
14 | | - # concurrent tasks and retrying older jobs has a chance of working. |
| 14 | + # concurrent tasks and retrying older jobs have a chance of working. |
15 | 15 | CIRRUS_CLONE_DEPTH: 500 |
16 | 16 | # Useful to be able to analyse what in a script takes long |
17 | 17 | CIRRUS_LOG_TIMESTAMP: true |
@@ -47,7 +47,7 @@ on_failure_meson: &on_failure_meson |
47 | 47 |
|
48 | 48 | # In theory it'd be nice to upload the junit files meson generates, so that |
49 | 49 | # cirrus will nicely annotate the commit. Unfortunately the files don't |
50 | | - # contain identifieable file + line numbers right now, so the annotations |
| 50 | + # contain identifiable file + line numbers right now, so the annotations |
51 | 51 | # don't end up useful. We could probably improve on that with a some custom |
52 | 52 | # conversion script, but ... |
53 | 53 | meson_log_artifacts: |
@@ -160,7 +160,7 @@ task: |
160 | 160 |
|
161 | 161 | ccache_cache: |
162 | 162 | folder: $CCACHE_DIR |
163 | | - # Workaround around performance issues due to 32KB block size |
| 163 | + # Work around performance issues due to 32KB block size |
164 | 164 | repartition_script: src/tools/ci/gcp_freebsd_repartition.sh |
165 | 165 | create_user_script: | |
166 | 166 | pw useradd postgres |
@@ -251,7 +251,7 @@ task: |
251 | 251 | DEBUGINFOD_URLS: "https://debuginfod.debian.net" |
252 | 252 |
|
253 | 253 | # Enable a reasonable set of sanitizers. Use the linux task for that, as |
254 | | - # it one of the fastest tasks (without sanitizers). Also several of the |
| 254 | + # it's one of the fastest tasks (without sanitizers). Also several of the |
255 | 255 | # sanitizers work best on linux. |
256 | 256 | # |
257 | 257 | # The overhead of alignment sanitizer is low, undefined behaviour has |
@@ -600,7 +600,7 @@ task: |
600 | 600 | CCACHE_MAXSIZE: "500M" |
601 | 601 | CCACHE_SLOPPINESS: pch_defines,time_macros |
602 | 602 | CCACHE_DEPEND: 1 |
603 | | - # for some reason mingw plpython cannot find it's installation without this |
| 603 | + # for some reason mingw plpython cannot find its installation without this |
604 | 604 | PYTHONHOME: C:/msys64/ucrt64 |
605 | 605 | # prevents MSYS bash from resetting error mode |
606 | 606 | MSYS: winjitdebug |
|
0 commit comments