Neels Hofmeyr has uploaded this change for review. ( https://gerrit.osmocom.org/11646
Change subject: jenkins: print gcc version in log ...................................................................... jenkins: print gcc version in log Change-Id: I8dfac78868f64213413e80cc52ac585d9d4a2c93 --- M contrib/jenkins_arch.sh 1 file changed, 5 insertions(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/46/11646/1 diff --git a/contrib/jenkins_arch.sh b/contrib/jenkins_arch.sh index 99ce5c1..93dd8bb 100755 --- a/contrib/jenkins_arch.sh +++ b/contrib/jenkins_arch.sh @@ -14,7 +14,11 @@ exit 1 fi -set -x -e +set -x + +gcc --version + +set -e case "$arch" in -- To view, visit https://gerrit.osmocom.org/11646 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmocore Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I8dfac78868f64213413e80cc52ac585d9d4a2c93 Gerrit-Change-Number: 11646 Gerrit-PatchSet: 1 Gerrit-Owner: Neels Hofmeyr <[email protected]>
