From 611046c408bb3a6734d88946eb925d168faf4826 Mon Sep 17 00:00:00 2001 From: Dominic Pelini Date: Thu, 21 Nov 2024 15:54:27 -0700 Subject: [PATCH] Update build-bindings.yml --- .github/workflows/build-bindings.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-bindings.yml b/.github/workflows/build-bindings.yml index bd3d9711..330dd3df 100644 --- a/.github/workflows/build-bindings.yml +++ b/.github/workflows/build-bindings.yml @@ -182,18 +182,18 @@ jobs: if: ${{ env.RUN_INTEGRATION_TESTS_IN_CIBW == 'true' && inputs.platform-tag == 'macosx_x86_64' }} uses: ./.github/actions/setup-docker-on-macos - - name: 'macOS x86: run Aerospike server in Docker container and connect via localhost' - if: ${{ env.RUN_INTEGRATION_TESTS_IN_CIBW == 'true' && inputs.platform-tag == 'macosx_x86_64' }} - uses: ./.github/actions/run-ee-server-for-ext-container - with: - use-server-rc: ${{ inputs.use-server-rc }} - server-tag: ${{ inputs.server-tag }} - docker-hub-username: ${{ secrets.DOCKER_HUB_BOT_USERNAME }} - docker-hub-password: ${{ secrets.DOCKER_HUB_BOT_PW }} + #- name: 'macOS x86: run Aerospike server in Docker container and connect via localhost' + # if: ${{ env.RUN_INTEGRATION_TESTS_IN_CIBW == 'true' && inputs.platform-tag == 'macosx_x86_64' }} + # uses: ./.github/actions/run-ee-server-for-ext-container + # with: + # use-server-rc: ${{ inputs.use-server-rc }} + # server-tag: ${{ inputs.server-tag }} + # docker-hub-username: ${{ secrets.DOCKER_HUB_BOT_USERNAME }} + # docker-hub-password: ${{ secrets.DOCKER_HUB_BOT_PW }} # TODO: combine this composite action and the above into one - name: "Linux: run Aerospike server in Docker container and configure config.conf to connect to the server container's Docker IP address" - if: ${{ env.RUN_INTEGRATION_TESTS_IN_CIBW == 'true' && startsWith(inputs.platform-tag, 'manylinux') }} + # if: ${{ env.RUN_INTEGRATION_TESTS_IN_CIBW == 'true' && startsWith(inputs.platform-tag, 'manylinux') }} uses: ./.github/actions/run-ee-server-for-ext-container with: use-server-rc: ${{ inputs.use-server-rc }}