Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Nov 26, 2024
1 parent b4c35f7 commit 0c5677b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/velox_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ concurrency:
jobs:
build-native-lib-centos-7:
runs-on: ubuntu-20.04
container: apache/gluten:vcpkg-centos-7
steps:
- run: |
ls -l /__e/*
- uses: actions/checkout@v4
- name: Get Ccache
uses: actions/cache/restore@v3
Expand All @@ -71,8 +68,7 @@ jobs:
run: |
df -a
cd $GITHUB_WORKSPACE/
bash dev/ci-velox-buildstatic-centos-7.sh
ccache -s
bash tools/gluten-te/centos/examples/buildhere-veloxbe-portable-libs/run-default.sh
- name: "Save ccache"
uses: actions/cache/save@v3
id: ccache
Expand Down

0 comments on commit 0c5677b

Please sign in to comment.