Skip to content

Commit

Permalink
debug run
Browse files Browse the repository at this point in the history
  • Loading branch information
ksimpson-work committed Nov 7, 2024
1 parent b14aeaa commit c87a0ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ runs:
fi
echo "ARTIFACT_NAME=${{ inputs.host-platform }}-${{ inputs.build-type }}-${{ inputs.client-repo }}-python${{ inputs.python-version }}-${{ inputs.target-device }}${BUILD_MODE_STR}${WITH_TESTS_STR}-${{ github.sha }}" >> $GITHUB_ENV
echo "ARTIFACTS_DIR=$(realpath "$(pwd)/dist")" >> $GITHUB_ENV
echo "ARTIFACTS_DIR=$(realpath "$(pwd)/cuda_bindings/dist")" >> $GITHUB_ENV
echo "USE_CUDA=${{ (inputs.target-device == 'cpu' && 'OFF') || 'ON' }}" >> $GITHUB_ENV
echo "UPLOAD_ENABLED=${{ (inputs.upload-enabled == 'true' && 'ON') || 'OFF' }}" >> $GITHUB_ENV
echo "LEGATE_CORE_BUILD_MODE=${BUILD_MODE}" >> $GITHUB_ENV
Expand Down
3 changes: 3 additions & 0 deletions continuous_integration/scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ build_ci() {
echo "moving to cuda_bindings (new location)"
cd "${REPO_DIR}/cuda_bindings"
python setup.py bdist_wheel

cd "${REPO_DIR}/cuda_core"
python setup.py bdist_wheel
}

build_project() {
Expand Down

0 comments on commit c87a0ed

Please sign in to comment.