1
0
Eric Eastwood
2026-02-19 09:57:25 -06:00
committed by GitHub
parent b2778dae70
commit 04206aebdf
2 changed files with 7 additions and 0 deletions

View File

@@ -693,6 +693,12 @@ jobs:
with:
path: synapse
# Log Docker system info for debugging (compare with your local environment) and
# tracking GitHub runner changes over time (can easily compare a run from last
# week with the current one in question).
- run: docker system info
shell: bash
- name: Install Rust
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
with:

1
changelog.d/19480.misc Normal file
View File

@@ -0,0 +1 @@
Log `docker system info` in CI so we have a plain record of how GitHub runners evolve over time.