diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7d9c859db..14c7e4806 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -35,15 +35,12 @@ jobs: date: ${{ inputs.date }} sha: ${{ inputs.sha }} rust-build: - needs: cpp-build + # needs: cpp-build secrets: inherit uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.02 with: arch: "amd64" - branch: ${{ inputs.branch }} - build_type: ${{ inputs.build_type || 'branch' }} container_image: "rapidsai/ci-conda:latest" - date: ${{ inputs.date }} node_type: "gpu-v100-latest-1" run_script: "ci/build_rust.sh" sha: ${{ inputs.sha }}