about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChris Denton <chris@chrisdenton.dev>2025-02-10 15:06:41 +0000
committerJosh Stone <jistone@redhat.com>2025-03-21 17:17:35 -0700
commit2c0e146d6d4fd67c7b27c6eb2e9bacd346751371 (patch)
tree655c0d514cdbb1f2e26a4f5fea91b7db1efe8055
parent6a2ca0d4d7840fd197d8c4ef832e8b1fcedfa251 (diff)
downloadrust-2c0e146d6d4fd67c7b27c6eb2e9bacd346751371.tar.gz
rust-2c0e146d6d4fd67c7b27c6eb2e9bacd346751371.zip
Print the environment a second time
(cherry picked from commit ec8ec41d9ee8b03bbddf815217452e37656e2d0b)
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1c119847421..59d5f779d68 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -187,6 +187,11 @@ jobs:
             Remove-Item -Force -Recurse $kits\$kind\$sdk_version -ErrorAction Continue
           }
 
+      # Show the environment just before we run the build
+      # This makes it easier to diagnose problems with the above install scripts.
+      - name: show the current environment
+        run: src/ci/scripts/dump-environment.sh
+
       - name: run the build
         # Redirect stderr to stdout to avoid reordering the two streams in the GHA logs.
         run: src/ci/scripts/run-build-from-ci.sh 2>&1