]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/commitdiff
build: compile examples and cephfs targets
authorJoe Buck <jbbuck@gmail.com>
Wed, 6 Mar 2013 04:53:36 +0000 (20:53 -0800)
committerJoe Buck <jbbuck@gmail.com>
Wed, 6 Mar 2013 04:53:36 +0000 (20:53 -0800)
Signed-off-by: Joe Buck <jbbuck@gmail.com>
build-hadoop.sh

index a7d86bcaaed30773ba3deb2a91ba9647d613c782..849ab8aff7a677280ddb68b83d56068b593b6cf1 100755 (executable)
@@ -31,7 +31,7 @@ NCPU=$(( 2 * `grep -c processor /proc/cpuinfo` ))
 echo "$0: building..."
 echo --START-IGNORE-WARNINGS
 # filter out idl errors "Unable to determine origin..." to avoid gitbuilder failing
-ionice -c3 nice -n20 ant -Divy.default.ivy.user.dir=$CURRENT_DIR examples 2> >( eval ${HADOOP_ERRORS_IGNORE} ) || exit 4
+ionice -c3 nice -n20 ant -Divy.default.ivy.user.dir=$CURRENT_DIR examples cephfs 2> >( eval ${HADOOP_ERRORS_IGNORE} ) || exit 4
 
 OUTDIR_TMP="${OUTDIR}.tmp"