This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new bd5d7c7a8a5 [fix](build) enable build check for "en" (#3052)
bd5d7c7a8a5 is described below
commit bd5d7c7a8a5ae1ab9c83a2689eb09a259a9a03d3
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Wed Nov 5 16:33:21 2025 +0800
[fix](build) enable build check for "en" (#3052)
---
.github/workflows/build-check.yml | 4 ++--
versions.json | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build-check.yml
b/.github/workflows/build-check.yml
index ea168c11ef3..30d2c15b194 100644
--- a/.github/workflows/build-check.yml
+++ b/.github/workflows/build-check.yml
@@ -74,6 +74,6 @@ jobs:
run: |
npm install -g yarn
# yarn cache clean
- export NODE_OPTIONS=--max-old-space-size=6144
- yarn && yarn build --locale zh-CN
+ export NODE_OPTIONS=--max-old-space-size=8192
+ yarn && yarn build
rm -rf build
diff --git a/versions.json b/versions.json
index cec114b6839..7f902aa2102 100644
--- a/versions.json
+++ b/versions.json
@@ -1 +1 @@
-["4.x", "3.x", "2.1", "2.0", "current"]
+["4.x", "3.x", "2.1", "current"]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]