Skip to content

Commit

Permalink
Remove artifacts from mk-build-deps in new versions (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rivero authored Mar 31, 2021
1 parent 62095aa commit 60c52f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jenkins-scripts/docker/lib/debbuild-base.bash
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ echo '# END SECTION'
echo '# BEGIN SECTION: install build dependencies'
apt-get update
mk-build-deps -r -i debian/control --tool 'apt-get --yes -o Debug::pkgProblemResolver=yes -o Debug::BuildDeps=yes'
# new versions of mk-build-deps > 2.21.1 left buildinfo and changes files in the code
rm -f ${PACKAGE_ALIAS}-build-deps_*.{buildinfo,changes}
echo '# END SECTION'
if [ -f /usr/bin/rosdep ]; then
Expand Down

0 comments on commit 60c52f0

Please sign in to comment.