This is an automated email from the ASF dual-hosted git repository.
xingfudeshi pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
The following commit(s) were added to refs/heads/2.x by this push:
new b646e5b1f4 optimize: optimization fails to build frontend on arm64
(#6265)
b646e5b1f4 is described below
commit b646e5b1f41d33739554ab19914492c99e1ba596
Author: liuqiufeng <[email protected]>
AuthorDate: Thu Jan 18 17:05:11 2024 +0800
optimize: optimization fails to build frontend on arm64 (#6265)
---
.github/workflows/build.yml | 3 +++
changes/en-us/2.x.md | 1 +
changes/zh-cn/2.x.md | 1 +
3 files changed, 5 insertions(+)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cd974187de..b80659a131 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -68,6 +68,9 @@ jobs:
docker run --rm -v ${{ github.workspace }}:/ws:rw --workdir=/ws \
arm64v8/ubuntu:20.04 \
bash -exc 'apt-get update -y && \
+ apt-get install python2 -y && \
+ python2 --version && \
+ apt-get install make gcc g++ -y && \
apt-get install maven -y && \
mvn -version && \
mvn clean install \
diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 2ba239935f..11114bdb65 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -62,6 +62,7 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#6259](https://github.com/apache/incubator-seata/pull/6259)] modify error
message which is global session size more than config
- [[#6264](https://github.com/apache/incubator-seata/pull/6264)] fix
jib-maven-plugin build failed
- [[#6246](https://github.com/apache/incubator-seata/pull/6246)] build the
frontend at the same time as the maven build
+- [[#6265](https://github.com/apache/incubator-seata/pull/6265)] optimization
fails to build frontend on arm64
- [[#6267](https://github.com/apache/incubator-seata/pull/6267)] add Server
deserialization validation
### security:
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index 594fda7b57..76e98e3abe 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -60,6 +60,7 @@
- [[#6259](https://github.com/apache/incubator-seata/pull/6259)]
修改全局会话大小超过配置的错误消息
- [[#6264](https://github.com/apache/incubator-seata/pull/6264)] 修复
jib-maven-plugin 编译失败问题
- [[#6246](https://github.com/apache/incubator-seata/pull/6246)]
在maven打包的同时打包前端资源
+- [[#6265](https://github.com/apache/incubator-seata/pull/6265)] 优化在 arm64
上构建前端失败的问题
- [[#6267](https://github.com/apache/incubator-seata/pull/6267)] 增加 Server
反序列化校验
### security:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]