You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by aw...@apache.org on 2018/07/24 19:02:00 UTC

yetus git commit: YETUS-242. hadoop: add -Drequire.valgrind

Repository: yetus
Updated Branches:
  refs/heads/master b226a8f61 -> d3c4d1c50


YETUS-242. hadoop: add -Drequire.valgrind

Signed-off-by: Akira Ajisaka  <aj...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/yetus/repo
Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/d3c4d1c5
Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/d3c4d1c5
Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/d3c4d1c5

Branch: refs/heads/master
Commit: d3c4d1c5007e85787b2f6c48a2fabea8b4be9063
Parents: b226a8f
Author: Allen Wittenauer <aw...@apache.org>
Authored: Thu Jul 19 14:35:44 2018 -0700
Committer: Allen Wittenauer <aw...@apache.org>
Committed: Tue Jul 24 12:01:04 2018 -0700

----------------------------------------------------------------------
 precommit/personality/hadoop.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/yetus/blob/d3c4d1c5/precommit/personality/hadoop.sh
----------------------------------------------------------------------
diff --git a/precommit/personality/hadoop.sh b/precommit/personality/hadoop.sh
index 1edec26..2ad4459 100755
--- a/precommit/personality/hadoop.sh
+++ b/precommit/personality/hadoop.sh
@@ -244,7 +244,11 @@ function hadoop_native_flags
     Linux)
       # shellcheck disable=SC2086
       echo \
-        -Pnative -Drequire.snappy -Drequire.openssl -Drequire.fuse \
+        -Pnative \
+        -Drequire.fuse \
+        -Drequire.openssl \
+        -Drequire.snappy \
+        -Drequire.valgrind \
         "${args[@]}"
     ;;
     Darwin)