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

CI: fix workflows #1035

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Commits on Feb 14, 2024

  1. support cmake -B build option

     - fix custom command
     - fix *_OUTPUT_DIRECTORY
    wkpark committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    56d866a View commit details
    Browse the repository at this point in the history
  2. CI: restore some accidentally removed stuff and polish

     * fix to support cmake -B build option
     * add cuda 11.8, 12.1
     * use python-version==3.10 for builds.
     * fix wheel names for aarch64
     * drop artifact retention-days: it could be configured Settings->Actions->General.
     * make wheel with all available cuda versions.
     * use docker-run-actions
     * update docker image version
    wkpark committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    29aa6c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c55541 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77f38ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85f72bf View commit details
    Browse the repository at this point in the history