Skip to content

Commit

Permalink
CI: print out version info (#1821)
Browse files Browse the repository at this point in the history
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 <lukasa@apple.com>
  • Loading branch information
weissi and Lukasa authored Apr 27, 2021
1 parent 21782f3 commit 0a860b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a860b1

Please sign in to comment.