]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Don't apply cross-compilation patch during the nightly build any more,
authorJulian Seward <jseward@acm.org>
Thu, 18 Dec 2008 08:33:24 +0000 (08:33 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 18 Dec 2008 08:33:24 +0000 (08:33 +0000)
as it's no longer necessary.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8840

nightly/bin/nightly

index fca08eb3510074ee422bfbfdff76b5747efe1118..0e4308853178de03406cff2512517acd46c86613 100755 (executable)
@@ -91,7 +91,7 @@ for logfile in old new ; do
    # Check out, build, run tests
    runcmd $logfile \
           "Checking out valgrind source tree" \
-          "svn co svn://svn.valgrind.org/valgrind/trunk -r {$svn_date} valgrind && ( cd valgrind && { svn cat svn://svn.valgrind.org/valgrind/branches/CROSS_COMPILATION/vex-cross-compilation.patch | patch -p0 -s; } )" && \
+          "svn co svn://svn.valgrind.org/valgrind/trunk -r {$svn_date} valgrind" && \
    \
    runcmd $logfile \
           "Configuring valgrind             " \