Skip to content

Commit

Permalink
debugging actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DomPeliniAerospike committed May 30, 2024
1 parent 33b5f94 commit 431dabf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,11 @@ jobs:
# if: ${{ !inputs.run_tests }}
# run: echo "TEST_COMMAND=node -e 'aerospike = require(\".\/lib\/aerospike\")'" >> $GITHUB_ENV


- name: debug
run: |
uname -m
- name: Build client
run: |
./scripts/build-c-client.sh
Expand Down
4 changes: 4 additions & 0 deletions scripts/build-commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ LIBUV_URL=http://dist.libuv.org/dist/v1.45.0/${LIBUV_TAR}
LIBUV_ABS_DIR=${CWD}/${LIBUV_DIR}
LIBUV_BUILD=0
build_arch=$(uname -m)
echo "Detected build architecture: ${build_arch}"

if [[ "$OSTYPE" == "darwin"* ]]; then
# Mac OSX
AEROSPIKE_LIB_HOME=${AEROSPIKE_C_HOME}/target/Darwin-${build_arch}
Expand All @@ -61,6 +63,8 @@ else
exit 1
fi

echo "AEROSPIKE_LIBRARY set to: ${AEROSPIKE_LIBRARY}"

configure_nvm() {
if [ -f ~/.nvm/nvm.sh ]; then
echo 'sourcing nvm from ~/.nvm'
Expand Down

0 comments on commit 431dabf

Please sign in to comment.