Skip to content

Commit

Permalink
Merge pull request #1 from pzakha/init
Browse files Browse the repository at this point in the history
Disable auto-tests
  • Loading branch information
pzakha authored Jan 29, 2019
2 parents fed3210 + 92a89ff commit e18046f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ UPSTREAM_VERSION := $(shell dpkg-parsechangelog | sed -rne "s,^Version: ([0-9.]+

# tests cannot be run in parallel
override_dh_auto_test:
dh_auto_test -O--buildsystem=cmake -O--no-parallel
# Delphix: Disable tests for now, as they are failing when ran through
# dpkg-buildpackage. It seems like the tests depend on some of the
# packages that were built to be installed.
#dh_auto_test -O--buildsystem=cmake -O--no-parallel

# FIXME: LLVM_DEFINITIONS is broken somehow in LLVM cmake upstream
override_dh_auto_configure:
Expand Down

0 comments on commit e18046f

Please sign in to comment.