osmith has uploaded this change for review.

View Change

contrib/jenkins: use osmo-clean-workspace.sh

Clean the workspace at the beginning, because otherwise the build fails
when running twice in a row. For some reason a pseudo-talloc.h from
libosmocore appears, resulting in:

error: implicit declaration of function 'talloc_report_full'

Change-Id: If2e29ffd5150b57858b46e92e157f83a0cf3a11a
---
M contrib/jenkins.sh
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware refs/changes/83/41183/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index ed42eaa..71c0737 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -14,6 +14,7 @@
inst="$TOPDIR/install"
export deps inst

+osmo-clean-workspace.sh

echo
echo "=============== libosmocore host build ==========="

To view, visit change 41183. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: If2e29ffd5150b57858b46e92e157f83a0cf3a11a
Gerrit-Change-Number: 41183
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>