]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
continuous: Revert failing commit
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 8 May 2016 09:04:34 +0000 (11:04 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 8 May 2016 09:04:34 +0000 (11:04 +0200)
continuous/steps/11-patch

index ab0d1cad4a3d799f5641d87b12e3874c80785910..a64eaafdd0c63eae351c99ff89e822f98b352eba 100755 (executable)
@@ -33,6 +33,12 @@ if git rev-list --ancestry-path 990486c8af044f89bddfbde1d1cf9fde449bedbf^..7a569
     git reset HEAD^ # Do not commit revert - this helps with bisecting
 fi
 
+if git rev-list v4.6-rc6..HEAD|grep -q 7322dd755e7dd34bc5359aa27abeed1687e0f628; then
+   # Revert commit that causes compile error
+    git revert --no-edit 7322dd755e7dd34bc5359aa27abeed1687e0f628 # byteswap: try to avoid __builtin_constant_p gcc bug
+    git reset HEAD^ # Do not commit revert - this helps with bisecting
+fi
+
 # It the dts file exists, next command fails
 rm -f arch/powerpc/boot/dts/shark-ryu.dts
 git apply --index < ../shark-ryu-board-patch.patch