build: disable patching
This commit is contained in:
parent
f76adcb388
commit
fb1e9d2940
|
@ -4,7 +4,7 @@ TOPDIR="$(dirname "$0")"
|
||||||
|
|
||||||
git config user.name "github-actions"
|
git config user.name "github-actions"
|
||||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git am "$TOPDIR"/../patches/*.patch
|
#git am "$TOPDIR"/../patches/*.patch
|
||||||
|
|
||||||
CFLAGS="-ftree-vectorize -flto"
|
CFLAGS="-ftree-vectorize -flto"
|
||||||
if [[ "$(uname -m)" == "aarch64" ]]; then
|
if [[ "$(uname -m)" == "aarch64" ]]; then
|
||||||
|
|
Reference in New Issue