]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Add colour to GitHub Actions output (GH-129196) (#129198)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 Jan 2025 21:45:08 +0000 (22:45 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Jan 2025 21:45:08 +0000 (21:45 +0000)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
.github/workflows/build.yml
.github/workflows/jit.yml
.github/workflows/reusable-macos.yml
.github/workflows/reusable-tsan.yml
.github/workflows/reusable-ubuntu.yml
.github/workflows/reusable-wasi.yml
.github/workflows/reusable-windows-msi.yml
.github/workflows/reusable-windows.yml

index 11bc517c90cb6dec29d432438a935a06a7208704..05a2382fccbe25542ccdb2c8ffdd7ac76127d0d0 100644 (file)
@@ -18,6 +18,9 @@ concurrency:
   group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}-reusable
   cancel-in-progress: true
 
+env:
+  FORCE_COLOR: 1
+
 jobs:
   check_source:
     name: Change detection
index 198177408b3b0ddcd851fda20934e2f8d07d2574..d82c7c69d10302d1a30b55c90e8b23ec5bc50f3c 100644 (file)
@@ -25,6 +25,9 @@ concurrency:
   group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
   cancel-in-progress: true
 
+env:
+  FORCE_COLOR: 1
+
 jobs:
   interpreter:
     name: Interpreter (Debug)
index 310eeb51f7608dca1e4c95cbcc04261a5f5f7aa5..6828c0ba2dff3b6de9ac1a39a8919b6b740c8b17 100644 (file)
@@ -15,6 +15,9 @@ on:
         required: true
         type: string
 
+env:
+  FORCE_COLOR: 1
+
 jobs:
   build_macos:
     name: build and test (${{ inputs.os }})
index 8dad17508ef4229e7b3030f9995b188a0f7e3178..47a63be32560bb3588b1ba81f164133f8e96012e 100644 (file)
@@ -18,6 +18,9 @@ on:
         required: true
         type: string
 
+env:
+  FORCE_COLOR: 1
+
 jobs:
   build_tsan_reusable:
     name: 'Thread sanitizer'
index 09044660b432d01bc5d2ab81f1b0dc6a80ae0a29..ea9e6f96bc2a8bf1b79cd82d6f9f050f8019b283 100644 (file)
@@ -12,6 +12,9 @@ on:
         type: boolean
         default: false
 
+env:
+  FORCE_COLOR: 1
+
 jobs:
   build_ubuntu_reusable:
     name: 'build and test'
@@ -22,7 +25,6 @@ jobs:
       matrix:
         os: [ubuntu-24.04, ubuntu-24.04-arm]
     env:
-      FORCE_COLOR: 1
       OPENSSL_VER: 3.0.15
       PYTHONSTRICTEXTENSIONBUILD: 1
       TERM: linux
index a3c4f97a5a69fe260e727816c2d08bb6a407bb3c..e955e6932d602a0aa09306763be49a3a1ac6bd5f 100644 (file)
@@ -7,6 +7,9 @@ on:
         required: true
         type: string
 
+env:
+  FORCE_COLOR: 1
+
 jobs:
   build_wasi_reusable:
     name: 'build and test'
index a1c45d954247fb041731d6f2018b0fed0d8c21be..bc0414d1bbcd8f07cd12da2125d5d2cd2dcf7aaa 100644 (file)
@@ -11,6 +11,9 @@ on:
 permissions:
   contents: read
 
+env:
+  FORCE_COLOR: 1
+
 jobs:
   build:
     name: installer for ${{ inputs.arch }}
index 459d2b29e5d42ba01cc5d81853c1afed9797253b..bfee3d2722cb44dd4983b5f6992a14fd24f1b28b 100644 (file)
@@ -18,6 +18,7 @@ on:
         default: false
 
 env:
+  FORCE_COLOR: 1
   IncludeUwp: >-
     true