]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Add colour to GitHub Actions output (GH-129196) (#129199)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Wed, 22 Jan 2025 21:50:35 +0000 (23:50 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Jan 2025 21:50:35 +0000 (21:50 +0000)
.github/workflows/build.yml
.github/workflows/reusable-macos.yml
.github/workflows/reusable-tsan.yml
.github/workflows/reusable-ubuntu.yml
.github/workflows/reusable-windows-msi.yml
.github/workflows/reusable-windows.yml

index 8c7665f2a14d1d07d79df7624d6aff88fbebde0b..413600bdd900a0bb04b97204cc55aef60b0f0d4f 100644 (file)
@@ -26,6 +26,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 981a866156160e293ecde85d00f58503e9f48de4..a7ed573df339bffd0e2a08b9b3901c8067e8e331 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 52fa3b0eb9c2f7ada003ca15785ac471e38f4669..3aed17213218f0a9132a99b9544c969f7c4ce8a4 100644 (file)
@@ -10,6 +10,9 @@ on:
         required: true
         type: string
 
+env:
+  FORCE_COLOR: 1
+
 jobs:
   build_tsan_reusable:
     name: 'Thread sanitizer'
index 5d6f5b2c8bb572be46da90c717e255be032c7cf9..4f6d73cb3729a1bfb730bd5f3f4740c9dbfaf84c 100644 (file)
@@ -12,6 +12,9 @@ on:
         type: boolean
         default: false
 
+env:
+  FORCE_COLOR: 1
+
 jobs:
   build_ubuntu_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 418b05740fbd8852e7e497878cdeed69462331bf..35c75f4a0877dde2ccb47789ee282a50ef26a3bd 100644 (file)
@@ -14,6 +14,7 @@ on:
         default: false
 
 env:
+  FORCE_COLOR: 1
   IncludeUwp: >-
     true