We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309c14b commit e1ab4e2Copy full SHA for e1ab4e2
.github/workflows/build.yaml
@@ -39,7 +39,7 @@ jobs:
39
build_type: ${{ inputs.build_type || 'branch' }}
40
branch: ${{ inputs.branch }}
41
date: ${{ inputs.date }}
42
- node_type: cpu16
+ node_type: cpu8
43
script: ci/build_cpp.sh
44
sha: ${{ inputs.sha }}
45
sccache-dist-token-secret-name: GIST_REPO_READ_ORG_GITHUB_TOKEN
.github/workflows/pr.yaml
@@ -38,7 +38,7 @@ jobs:
38
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@main
with:
build_type: pull-request
devcontainer:
0 commit comments