Skip to content

Migration to GitHub Actions #1170

@esc

Description

@esc

This issue tracks the progress migrating the llvmlite project testing and artifact production from an Anaconda internal system to GitHub actions.

We need to support creating the llvmdev and llvmlite packages. llvmdev is a utility package for LLVM that is included (statically linked) in the llvmlite packages. Packages come in two flavours: conda packages and wheels. We need to produce all llvmdev packages for currently supported architectures: win-64, osx-64, osx-arm64, linux-64 and linux-aarch64. We need to produce all llvmlite packages for the currently supported architectures and also for the currently supported Python versions : 3.10, 3.11, 3.12 and 3.13 for each architecture.

  • llvmdev
    • for conda inclusion
      • win-64
      • osx-64
      • osx-arm64
      • linux-64
      • linux-aarch64
    • for wheel inclusion
      • win-64
      • osx-64
      • osx-arm64
      • linux-64
      • linux-aarch64
  • llvmlite
    • conda package
      • win-64
      • osx-64
      • osx-arm64
      • linux-64
      • linux-aarch64
    • wheel package
      • win-64
      • osx-64
      • osx-arm64
      • linux-64
      • linux-aarch64

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions