File tree Expand file tree Collapse file tree
XEngine_Source/XEngine_StorageApp Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: centos build workflows
33on :
44 push :
55 branches :
6- - ' develop '
6+ - ' develop1 '
77 paths :
88 - ' XEngine_Source/**'
99 - ' XEngine_Release/**'
Original file line number Diff line number Diff line change 5252 skip_unpack : true
5353 if_no_artifact_found : fail
5454 path : ./XRelease/
55- - name : Download CentOS build
56- uses : dawidd6/action-download-artifact@v20
57- with :
58- workflow : Centos_build.yml
59- workflow_conclusion : success
60- check_artifacts : false
61- skip_unpack : true
62- if_no_artifact_found : fail
63- path : ./XRelease/
6455 - name : Download Alma build
6556 uses : dawidd6/action-download-artifact@v20
6657 with :
Original file line number Diff line number Diff line change 1+ XEngine_Storage V3.22.0.1001
2+
3+ 增加:当启动的时候打印占用硬盘空间信息
4+ 增加:支持HTTP头获取文件大小
5+ ci:更新了macos系统版本
6+ ci:更新了编译库
7+ 更新:依赖库
8+ 修改:启动参数不在区分大小写
9+ 修改:必须设置发送消息类型
10+ 修改:http验证接口统一
11+ 修正:处理没有找到api名称的问题
12+
13+ added:The spatial data information displayed when starting printing is more intuitive
14+ added:get file size thought head method for http center
15+ ci:update macos system version
16+ ci:update last version
17+ update:depend library
18+ modify:start parameter and http request name does not case-sensitive
19+ modify:must set type for http send message
20+ modify:http restful api verification Unification
21+ fixed:process not found api name
22+ ======================================================================================
123XEngine_Storage V3.21.0.1001
224
325added:get use and left size when start log
Original file line number Diff line number Diff line change 3232ifeq ($(PLATFORM ) ,linux)
3333 ifeq (/etc/redhat-release,$(wildcard /etc/redhat-release))
3434 PLATVER = -D __CENTOS__
35-
36- CENTOS_VERSION := $(shell grep -w "VERSION_ID" /etc/os-release | cut -d '"' -f 2 | cut -d '.' -f 1)
37- ifeq ($(CENTOS_VERSION),10)
38- LIB += -lmongoc2
3935 endif
4036 else
4137 PLATVER = -D __UBUNTU__
You can’t perform that action at this time.
0 commit comments