Skip to content

Commit

Permalink
Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mag1cp1n authored Oct 25, 2023
1 parent 954da73 commit ca034b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
--base-image "$BASE_IMAGE" \
--image-tag "$IMAGE_TAG" \
--use-cuda "$USE_CUDA" \
--ucx-enabled "$USX-ENABLED" \
--ucx-enabled "$UCX_ENABLED" \
--source-dir . \
--build-type "${{ inputs.build-type }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build_legate_conda_package() {
[ "${USE_CUDA:-}" = "OFF" ] && GPU_ENABLED=false

CONFIGURE_UCX=true
[ "${UCX_ENABLED:-}" = "OF" ] && CONFIGURE_UCX=false
[ "${UCX_ENABLED:-}" = "OFF" ] && CONFIGURE_UCX=false

conda_build_args+=(--variants "{gpu_enabled:${GPU_ENABLED},python:${python_version},ucx_enabled:${UCX_ENABLED}}");

Expand Down

0 comments on commit ca034b4

Please sign in to comment.