Skip to content

Commit

Permalink
Skip some platform builds (vesoft-inc#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
yixinglu committed Mar 4, 2024
1 parent 5b01790 commit e20a1e7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
matrix:
os:
- centos7
- centos8
#- centos8
#- ubuntu1604
#- ubuntu1804
- ubuntu2004
- ubuntu2204
#- ubuntu2204
compiler:
- 9.3.0
- ''
Expand All @@ -51,10 +51,10 @@ jobs:
exclude:
- os: centos7
compiler: ''
- os: centos8
compiler: ''
- os: ubuntu2204
compiler: '9.3.0'
#- os: centos8
# compiler: ''
#- os: ubuntu2204
# compiler: '9.3.0'
container:
image: vesoft/third-party-build:${{ matrix.os }}
steps:
Expand All @@ -73,6 +73,7 @@ jobs:
mkdir -p _build
sed -i "s#^URL_BASE=.*#URL_BASE=$URL_BASE#" .env
sed -i "s#^VERSION=.*#VERSION=$VERSION#" .env
cat .env
- name: Build
run: |
if [[ -n "${{ matrix.compiler }}" ]]; then
Expand All @@ -98,7 +99,7 @@ jobs:
key-secret: ${{ secrets.OSS_SECRET }}
endpoint: ${{ secrets.OSS_ENDPOINT }}
bucket: nebula-graph
asset-path: _build/packages/
asset-path: _build/packages
target-path: third-party/${{ env.VERSION }}

repo-dispatch:
Expand Down

0 comments on commit e20a1e7

Please sign in to comment.