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

Adjust git paths for command capture, repo clone destinations #13

Merged
merged 7 commits into from
Mar 12, 2024

Commits on Mar 11, 2024

  1. Adjust git paths for command capture, repo clone destinations

    Also updates the expected artifact locations, relative to the workspace.
    nicholasjng committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4674d1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d619deb View commit details
    Browse the repository at this point in the history
  3. Remove inline comments from path command

    They seem to be interpreted as part of the glob, which screws them up.
    nicholasjng committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8ba64e3 View commit details
    Browse the repository at this point in the history
  4. Add artifact merge job

    nicholasjng committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    fa6c5f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Build nanobind_example wheel using Bazel to obtain linker flagfiles

    Also postprocess the files into a single directory to obtain a neater
    artifact.
    nicholasjng committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    50bc64b View commit details
    Browse the repository at this point in the history
  2. Use cp instead of mv, find param files via find and copy

    Using xargs, in bash.
    nicholasjng committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    bf9c23c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ef4d53 View commit details
    Browse the repository at this point in the history