4
.github/workflows/buildbase/action.yml
vendored
4
.github/workflows/buildbase/action.yml
vendored
@ -17,8 +17,10 @@ runs:
|
|||||||
bash build.sh init
|
bash build.sh init
|
||||||
echo "$GITHUB_WORKSPACE/deps/3rd/usr/local/oceanbase/devtools/bin" >> $GITHUB_PATH
|
echo "$GITHUB_WORKSPACE/deps/3rd/usr/local/oceanbase/devtools/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
|
# on centos7, we cannot use the latest `node`.
|
||||||
|
# ccache-action@v1.2 uses `node20` which cannot works on centos7 but node16 works fun
|
||||||
- name: Setup ccache
|
- name: Setup ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1.2.11
|
||||||
with:
|
with:
|
||||||
max-size: 800M
|
max-size: 800M
|
||||||
save: ${{inputs.save_cache}}
|
save: ${{inputs.save_cache}}
|
||||||
|
|||||||
3
.github/workflows/compile.yml
vendored
3
.github/workflows/compile.yml
vendored
@ -7,7 +7,8 @@ on:
|
|||||||
branches: [ master, develop ]
|
branches: [ master, develop ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- '.github/**'
|
- '.github/ISSUE_TEMPLATE/**'
|
||||||
|
- '.github/pull_request_template.md'
|
||||||
- 'README.md'
|
- 'README.md'
|
||||||
- 'README_CN.md'
|
- 'README_CN.md'
|
||||||
- 'CONTRIBUTING.md'
|
- 'CONTRIBUTING.md'
|
||||||
|
|||||||
3
.github/workflows/farm.yml
vendored
3
.github/workflows/farm.yml
vendored
@ -5,7 +5,8 @@ on:
|
|||||||
branches: [ master,develop ]
|
branches: [ master,develop ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- '.github/**'
|
- '.github/ISSUE_TEMPLATE/**'
|
||||||
|
- '.github/pull_request_template.md'
|
||||||
- 'README.md'
|
- 'README.md'
|
||||||
- 'README_CN.md'
|
- 'README_CN.md'
|
||||||
- 'CONTRIBUTING.md'
|
- 'CONTRIBUTING.md'
|
||||||
|
|||||||
Reference in New Issue
Block a user