0001-PATCH-Fix-the-a-in-.cirrus.tasks.yml.patch
application/octet-stream
Filename: 0001-PATCH-Fix-the-a-in-.cirrus.tasks.yml.patch
Type: application/octet-stream
Part: 0
Message:
A typo in .cirrus.tasks.yml
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch 0001
Subject: Fix the a in .cirrus.tasks.yml
| File | + | − |
|---|---|---|
| .cirrus.tasks.yml | 1 | 1 |
From 9baff3e19c5971bc54f965a4cac2186b6ad1ec1d Mon Sep 17 00:00:00 2001
From: Xueyu Gao <gaoxueyu_hope@163.com>
Date: Wed, 31 Dec 2025 17:27:43 +0800
Subject: [PATCH] Fix the a in .cirrus.tasks.yml
Author: Xueyu Gao <gaoxueyu_hope@163.com>
---
.cirrus.tasks.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.cirrus.tasks.yml b/.cirrus.tasks.yml
index 038d043d00e..84ddd014072 100644
--- a/.cirrus.tasks.yml
+++ b/.cirrus.tasks.yml
@@ -636,7 +636,7 @@ task:
env:
CPUS: 4 # always get that much for cirrusci macOS instances
BUILD_JOBS: $CPUS
- # Test performance regresses noticably when using all cores. 8 seems to
+ # Test performance regresses noticeably when using all cores. 8 seems to
# work OK. See
# https://postgr.es/m/20220927040208.l3shfcidovpzqxfh%40awork3.anarazel.de
TEST_JOBS: 8
--
2.43.0