From 0a860b1c3d82a0e8a1231914dcb008d866977285 Mon Sep 17 00:00:00 2001 From: Johannes Weiss Date: Tue, 27 Apr 2021 13:34:54 +0100 Subject: [PATCH] CI: print out version info (#1821) Motivation: Sometimes it's useful to know the kernel & Swift versions that CI uses. Modifications: Print the versions in the soundness check. Result: More info. Co-authored-by: Cory Benfield --- docker/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 270f445e99..6a45a0345e 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -24,7 +24,7 @@ services: soundness: <<: *common - command: /bin/bash -xcl "./scripts/soundness.sh" + command: /bin/bash -xcl "swift -version && uname -a && ./scripts/soundness.sh" unit-tests: <<: *common