File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
continuous_integration/scripts Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
fi
59
59
60
60
echo "ARTIFACT_NAME=${{ inputs.platform }}-${{ inputs.build-type }}-${{ inputs.client-repo }}-python${{ inputs.python-version }}-${{ inputs.target-device }}${BUILD_MODE_STR}${WITH_TESTS_STR}-${{ github.sha }}" >> $GITHUB_ENV
61
- echo "ARTIFACTS_DIR=$(realpath "$(pwd)/../artifacts ")" >> $GITHUB_ENV
61
+ echo "ARTIFACTS_DIR=$(realpath "$(pwd)/dist ")" >> $GITHUB_ENV
62
62
echo "USE_CUDA=${{ (inputs.target-device == 'cpu' && 'OFF') || 'ON' }}" >> $GITHUB_ENV
63
63
echo "UPLOAD_ENABLED=${{ (inputs.upload-enabled == 'true' && 'ON') || 'OFF' }}" >> $GITHUB_ENV
64
64
echo "LEGATE_CORE_BUILD_MODE=${BUILD_MODE}" >> $GITHUB_ENV
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build_ci() {
8
8
export CUDA_HOME=" ${CONDA_PREFIX} /targets/x86_64-linux"
9
9
export PARALLEL_LEVEL=$( nproc --ignore 1)
10
10
11
- python setup.py build_ext --inplace
11
+ python setup.py bdist_wheel
12
12
}
13
13
14
14
build_project () {
You can’t perform that action at this time.
0 commit comments