]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add colour to GitHub Actions output (#129196)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Wed, 22 Jan 2025 21:22:21 +0000 (23:22 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Jan 2025 21:22:21 +0000 (21:22 +0000)
.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 6667512369716d2958096ad02ef0d684b6e05ae2..0c20b85acbd56553c0beb6ed3e5b87f9b638bb5f 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 6f214ad4bc69780d72194a0e3a90d252af415027..806a8524112d7652953db161ecae51eded1cfe1e 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 cdbe05e09fb8e7a1237cd28ccee884818928d4e8..4e7aced94a321c35bb91e6f35b98931287b9c658 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 b5144ca3e9efc461bcdf9e18444b7856542c7d63..269f479849f21e5cae0eb8bf528d5f3cd818918f 100644 (file)
@@ -18,6 +18,9 @@ on:
         required: true
         type: string
 
+env:
+  FORCE_COLOR: 1
+
 jobs:
   build_tsan_reusable:
     name: 'Thread sanitizer'
index 686e8fe1abc98051d642c993d7c364d842ed2509..aa8ba00f19d8ca1df8bad62d2a97e119b1e74b6c 100644 (file)
@@ -21,13 +21,15 @@ on:
          required: true
          type: string
 
+env:
+  FORCE_COLOR: 1
+
 jobs:
   build_ubuntu_reusable:
     name: build and test (${{ inputs.os }})
     timeout-minutes: 60
     runs-on: ${{ inputs.os }}
     env:
-      FORCE_COLOR: 1
       OPENSSL_VER: 3.0.15
       PYTHONSTRICTEXTENSIONBUILD: 1
       TERM: linux
index 4356d9c1c8795e04d8ebf93838b9dada6c308f9c..4456b83c8e0032bcb3b274c6dc9c39cffda4e287 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