aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tcwg-binutils-docker.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcwg-binutils-docker.yaml b/tcwg-binutils-docker.yaml
index f66873ef97..0adfc151af 100644
--- a/tcwg-binutils-docker.yaml
+++ b/tcwg-binutils-docker.yaml
@@ -111,8 +111,10 @@
echo bfd=${bfd}
echo host=`hostname`
uname -a
+ lsb_release -a
${CONTAINER} 'echo host=`hostname`'
${CONTAINER} 'uname -a'
+ ${CONTAINER} 'lsb_release -a'
echo WORKSPACE: ${WORKSPACE}
# If configure or build fails, the execution will stop