From 60486c8411c8ee504439a6f6b76bb1b4aafe1e36 Mon Sep 17 00:00:00 2001 From: yinxiuxiu Date: Wed, 9 Oct 2024 02:10:06 +0800 Subject: [PATCH] fixed some spelling errors --- bazel.spec | 2 +- linux-bazel-path-from-getauxval.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bazel.spec b/bazel.spec index 45af5ab..cc4969c 100644 --- a/bazel.spec +++ b/bazel.spec @@ -53,7 +53,7 @@ export BAZEL_JAVAC_OPTS="-J-Xmx2g -J-Xms200m" %endif %ifarch s390x -# increase heap size to addess s390x build failures +# increase heap size to address s390x build failures export BAZEL_JAVAC_OPTS="-J-Xmx4g -J-Xms512m" %else %endif diff --git a/linux-bazel-path-from-getauxval.patch b/linux-bazel-path-from-getauxval.patch index 0482feb..abb4fb8 100644 --- a/linux-bazel-path-from-getauxval.patch +++ b/linux-bazel-path-from-getauxval.patch @@ -158,7 +158,7 @@ index d6c8d02..2c60ffd 100755 // developer mode to be enabled. bool windows_enable_symlinks; -+ // Accomodate bazel running via Linux's binfmt_misc which ++ // Accommodate bazel running via Linux's binfmt_misc which + // defeats /proc/self/exe path-finding + bool linux_bazel_path_from_getauxval; + -- Gitee