Skip to content

Commit

Permalink
Build server from source
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Sep 25, 2024
1 parent c0c805a commit e737b8e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,20 @@ env:
RUN_INTEGRATION_TESTS_IN_CIBW: ${{ inputs.run_tests && (startsWith(inputs.platform-tag, 'manylinux') || inputs.platform-tag == 'macosx_x86_64') }}

jobs:
get-server-build-from-qe-registry:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
repository: 'citrusleaf/aerospike-server'
ssh-key: ${{ secrets.CITRUSLEAF_SERVER_PRIVATE_KEY }}
submodules: recursive
- run: ./bin/install-dependencies.sh
- name: Build server
run: make -j4
- name: Build debian package
run: make deb

# Maps don't exist in Github Actions, so we have to store the map using a script and fetch it in a job
# This uses up more billing minutes (rounded up to 1 minute for each job run),
# but this should be ok based on the minutes usage data for the aerospike organization
Expand Down

0 comments on commit e737b8e

Please sign in to comment.