Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim committed Jan 26, 2024
1 parent 84e18f8 commit 7a141d2
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/linux-precompiled-bin-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,23 @@ jobs:
path: kuzu.hpp

build-precompiled-bin-x86_64:
runs-on: kuzu-self-hosted-linux-building-x86_64_ubuntu1804
runs-on: kuzu-self-hosted-linux-building-x86_64_centos8
needs: generate-single-file-header
steps:
- uses: actions/checkout@v3

- name: Build precompiled binaries
run: |
make LTO=1 NUM_THREADS=$(nproc) SKIP_SINGLE_FILE_HEADER=true
make LTO=1 NUM_THREADS=$(nproc)
make install
- name: Collect artifacts
run: |
mv install/include/kuzu.h .
mv install/lib/libkuzu.so .
mv install/include/kuzu.hpp .
mv install/lib64/libkuzu.so .
mv install/bin/kuzu_shell kuzu
- uses: actions/download-artifact@v3
with:
name: kuzu-single-file-header
path: .

- uses: actions/upload-artifact@v3
with:
name: libkuzu-linux-x86_64
Expand Down

0 comments on commit 7a141d2

Please sign in to comment.