Skip to content

Commit

Permalink
feat(CI/CD):add complier image by centos 7
Browse files Browse the repository at this point in the history
  • Loading branch information
zsp108 authored and mergify[bot] committed Oct 8, 2022
1 parent 133c6aa commit bb2ba84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compile-mtr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ jobs:
matrix:
os:
- ubuntu2004_1.0.1
- centos7_1.0.3
- centos7_1.0.1
compiler:
- gcc-9.3
exclude:
- os: centos7_1.0.3
compiler: gcc-9.3
# exclude:
# - os: centos7_1.0.3
# compiler: gcc-9.3
env:
CCACHE_DIR: /tmp/ccache/stonedb/${{ matrix.os }}-${{ matrix.compiler }}
CCACHE_MAXSIZE: 8G
Expand Down

0 comments on commit bb2ba84

Please sign in to comment.