Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forward-merge branch-24.10 into branch-24.12 #401

Closed
wants to merge 5 commits into from

Commits on Sep 19, 2024

  1. Use gh nv-gha-aws CLI extension to generate credentials (#392)

    * install
    [`nv-gha-aws`](https://github.com/nv-gha-runners/gh-nv-gha-aws) CLI
    extension
    * use `nv-gha-aws` to generate credentials if `AWS_ROLE_ARN` is set
    trxcllnt authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    fc6947a View commit details
    Browse the repository at this point in the history
  2. Delay submodule initiation until after branch checkout (#393)

    This fixes an issue where a submodule branch is not included in the
    history of the default branch upon first clone (where the clone
    recursively fetches the submodule) when the user passes the
    `--single-branch` argument to `clone-*`.
    
    ---------
    
    Co-authored-by: Paul Taylor <[email protected]>
    cwharris and trxcllnt authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    88c449f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Various fixes to args (#397)

    There have been a number of changes to RAPIDS builds over the course of
    this release and not all changes were fully propagated to the
    devcontainers repo. This repo addresses the following:
    - As of rapidsai/kvikio#369, kvikio produces
    wheels, and rapidsai/kvikio#439 contains
    critical fixes that allow the kvikio Python wheel to use the C++
    libkvikio wheel. In RAPIDS Python builds we have consistently removed
    support for the Python build triggering the C++ build as we have created
    C++ wheels since in both conda and pip environments we now expect the
    library to be found and we do not need to automatically support the more
    esoteric use case of someone turning off build isolation but not having
    the C++ library available (devs can handle this case themselves if they
    wish). As a result, once rapidsai/kvikio#466 is
    merged, the `FIND_KVIKIO_CPP` variable will be completely superfluous
    and we can remove that here.
    - As of rapidsai/cudf#16640 libcudf no longer
    links to libarrow and `USE_LIBARROW_FROM_PYARROW` is no longer used.
    - The libcudf and libcuspatial Python package builds in the devcontainer
    should (like all other Python packages) omit the CUDA version suffix.
    For that, they need to use the `rapids_build_backend_args`.
    vyasr authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    09757b6 View commit details
    Browse the repository at this point in the history
  2. Bump devcontainer-feature.json version (#399)

    I always forget this... For
    #397 in this case.
    vyasr authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e595fe0 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Don't forceably stop the sccache server (#400)

    Revert change to stop the sccache server between rebuilds.
    trxcllnt authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    26ce4ff View commit details
    Browse the repository at this point in the history