Skip to content

Commit

Permalink
Remove static configure step (#18091)
Browse files Browse the repository at this point in the history
This check has been superseded by #17781.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - James Lamb (https://github.com/jameslamb)

URL: #18091
  • Loading branch information
vyasr authored Feb 25, 2025
1 parent 0f7a17f commit 8d6bdc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- conda-python-cudf-tests
- conda-python-other-tests
- conda-java-tests
- static-configure
- conda-notebook-tests
- docs-build
- wheel-build-libcudf
Expand Down Expand Up @@ -192,16 +191,6 @@ jobs:
arch: "amd64"
container_image: "rapidsai/ci-conda:latest"
run_script: "ci/test_java.sh"
static-configure:
needs: checks
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
build_type: pull-request
# Use the wheel container so we can skip conda solves and since our
# primary static consumers (Spark) are not in conda anyway.
container_image: "rapidsai/ci-wheel:latest"
run_script: "ci/configure_cpp_static.sh"
conda-notebook-tests:
needs: [conda-python-build, changed-files]
secrets: inherit
Expand Down
21 changes: 0 additions & 21 deletions ci/configure_cpp_static.sh

This file was deleted.

0 comments on commit 8d6bdc3

Please sign in to comment.