Skip to content

Commit 40a6bdb

Browse files
committed
ci:cancel centos build
1 parent 31617ff commit 40a6bdb

4 files changed

Lines changed: 23 additions & 14 deletions

File tree

.github/workflows/Centos_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: centos build workflows
33
on:
44
push:
55
branches:
6-
- 'develop'
6+
- 'develop1'
77
paths:
88
- 'XEngine_Source/**'
99
- 'XEngine_Release/**'

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,6 @@ jobs:
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:

CHANGELOG

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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+
======================================================================================
123
XEngine_Storage V3.21.0.1001
224

325
added:get use and left size when start log

XEngine_Source/XEngine_StorageApp/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ endif
3232
ifeq ($(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__

0 commit comments

Comments
 (0)