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 #25

Closed
wants to merge 22 commits into from
Closed

CI fix #25

wants to merge 22 commits into from

Commits on May 22, 2024

  1. Added macos as a workflow

    kc611 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8444419 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    74117f7 View commit details
    Browse the repository at this point in the history
  2. Fix link error on darwin

    sklam committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    821c675 View commit details
    Browse the repository at this point in the history
  3. Add arm64 predefined

    sklam committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2436239 View commit details
    Browse the repository at this point in the history
  4. Clean up

    sklam committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e0fdb9f View commit details
    Browse the repository at this point in the history
  5. flake8

    sklam committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    35ed73b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ad19ea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8c4867 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Make BSD deps optional for arm64 target.

    Only use import it in test
    sklam committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b0b7b8b View commit details
    Browse the repository at this point in the history
  2. Sync API for cpu features

    sklam committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d057c29 View commit details
    Browse the repository at this point in the history
  3. Choose DSOHandler base on OS

    sklam committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1cce76f View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Fix ISA dispatch test for arm64

    sklam committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1e5a8d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c64eb39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1986db6 View commit details
    Browse the repository at this point in the history
  4. Fix envvar dispatch

    sklam committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7252529 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6fdf021 View commit details
    Browse the repository at this point in the history
  6. Fix test_specialize for arm64

    sklam committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ec2c1bb View commit details
    Browse the repository at this point in the history
  7. Fix test_cython.

    It complains about missing cstdlib on a .c file.
    sklam committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    3740783 View commit details
    Browse the repository at this point in the history
  8. Fix test_dispatch

    sklam committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7686262 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    e5d2c76 View commit details
    Browse the repository at this point in the history
  2. Fix GHA script

    - enable macos M1 & x86. M1 fail because of py-lieft test. x86 fail because of TAPI—so need CONDA_BUILD_SYSROOT pointing to macSDK 10 (but where can i get that?)
    - linux job separated out
    - conda build script updated
    sklam committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5303fe7 View commit details
    Browse the repository at this point in the history
  3. Turn off x86 mac testing for now

    it's failing because of the TAPI problem
    sklam committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d7f8cab View commit details
    Browse the repository at this point in the history