Skip to content

Commit

Permalink
Address link failures - attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhowe23 committed Feb 8, 2025
1 parent c8aaf7c commit 84d33e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
BUILDARGS="--build-arg base_image=ghcr.io/nvidia/cuda-quantum-devdeps:manylinux-${{ matrix.platform }}-cu12.0-gcc11-main"
BUILDARGS+=" --build-arg python_version=${{ matrix.python }}"
# Failure to link if there are too many jobs
BUILDARGS+=" --build-arg cudaq_ninja_jobs_arg="-j 8"
BUILDARGS+=" --build-arg cudaq_ninja_jobs_arg='-j 8'"
docker build $TAGS $BUILDARGS -f docker/build_env/cudaqx.wheel.Dockerfile .
docker push -a ghcr.io/nvidia/cudaqx-dev
shell: bash --noprofile --norc -euo pipefail {0}
Expand Down

0 comments on commit 84d33e6

Please sign in to comment.