Skip to content

Commit

Permalink
Add back everything
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Apr 27, 2024
1 parent 19cdf28 commit d379a50
Showing 1 changed file with 104 additions and 104 deletions.
208 changes: 104 additions & 104 deletions .github/workflows/CI-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,120 +24,120 @@ jobs:
matrix:
python-version:
- '3.8'
# - '3.9'
# - '3.10'
# - '3.11'
# - '3.12'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
package:
- dir: cramjam-python
name: cramjam
- dir: cramjam-cli
name: cramjam-cli
conf:
# - { os: ubuntu-latest, target: x86_64, target-triple: x86_64-unknown-linux-gnu, manylinux: auto }
# - { os: ubuntu-latest, target: x86_64, target-triple: x86_64-unknown-linux-musl, manylinux: musllinux_1_1 }
# - { os: ubuntu-latest, target: i686, target-triple: i686-unknown-linux-gnu, manylinux: auto }
# - { os: ubuntu-latest, target: i686, target-triple: i686-unknown-linux-musl, manylinux: musllinux_1_1 }
# - { os: ubuntu-latest, target: aarch64, target-triple: aarch64-unknown-linux-gnu, manylinux: auto }
# - { os: ubuntu-latest, target: aarch64, target-triple: aarch64-unknown-linux-musl, manylinux: musllinux_1_1 }
# - { os: ubuntu-latest, target: armv7, target-triple: armv7-unknown-linux-gnueabihf, manylinux: auto }
# - { os: ubuntu-latest, target: armv7, target-triple: armv7-unknown-linux-musleabihf, manylinux: musllinux_1_1 }
# - { os: ubuntu-latest, target: s390x, target-triple: s390x-unknown-linux-gnu, manylinux: auto }
# # - { os: ubuntu-latest, target: s390x, target-triple: s390x-unknown-linux-musl, manylinux: musllinux_1_1 } # no target musl for s390x
# - { os: ubuntu-latest, target: ppc64le, target-triple: powerpc64le-unknown-linux-gnu, manylinux: auto }
# # - { os: ubuntu-latest, target: ppc64le, target-triple: powerpc64le-unknown-linux-musleabihf, manylinux: musllinux_1_1 } # no target musl for ppc64le

# - { os: macos-13, target: x86_64, target-triple: x86_64-apple-darwin }
# - { os: macos-13, target: aarch64, target-triple: aarch64-apple-darwin }
# - { os: macos-13, target: universal2, target-triple: x86_64-apple-darwin }
- { os: ubuntu-latest, target: x86_64, target-triple: x86_64-unknown-linux-gnu, manylinux: auto }
- { os: ubuntu-latest, target: x86_64, target-triple: x86_64-unknown-linux-musl, manylinux: musllinux_1_1 }
- { os: ubuntu-latest, target: i686, target-triple: i686-unknown-linux-gnu, manylinux: auto }
- { os: ubuntu-latest, target: i686, target-triple: i686-unknown-linux-musl, manylinux: musllinux_1_1 }
- { os: ubuntu-latest, target: aarch64, target-triple: aarch64-unknown-linux-gnu, manylinux: auto }
- { os: ubuntu-latest, target: aarch64, target-triple: aarch64-unknown-linux-musl, manylinux: musllinux_1_1 }
- { os: ubuntu-latest, target: armv7, target-triple: armv7-unknown-linux-gnueabihf, manylinux: auto }
- { os: ubuntu-latest, target: armv7, target-triple: armv7-unknown-linux-musleabihf, manylinux: musllinux_1_1 }
- { os: ubuntu-latest, target: s390x, target-triple: s390x-unknown-linux-gnu, manylinux: auto }
# - { os: ubuntu-latest, target: s390x, target-triple: s390x-unknown-linux-musl, manylinux: musllinux_1_1 } # no target musl for s390x
- { os: ubuntu-latest, target: ppc64le, target-triple: powerpc64le-unknown-linux-gnu, manylinux: auto }
# - { os: ubuntu-latest, target: ppc64le, target-triple: powerpc64le-unknown-linux-musleabihf, manylinux: musllinux_1_1 } # no target musl for ppc64le

- { os: macos-13, target: x86_64, target-triple: x86_64-apple-darwin }
- { os: macos-13, target: aarch64, target-triple: aarch64-apple-darwin }
- { os: macos-13, target: universal2, target-triple: x86_64-apple-darwin }

- { os: windows-latest, target: x86_64, target-triple: x86_64-pc-windows-msvc, python-architecture: x64 }
- { os: windows-latest, target: i686, target-triple: i686-pc-windows-msvc, python-architecture: x86 }

# include:
# # Windows x86_64 pypy
# - conf: { os: windows-latest, target: x86_64, target-triple: x86_64-pc-windows-msvc }
# python-version: pypy3.9
# package: { name: cramjam, dir: cramjam-python }
# - conf: { os: windows-latest, target: x86_64, target-triple: x86_64-pc-windows-msvc }
# python-version: pypy3.9
# package: { name: cramjam-cli, dir: cramjam-cli }
# - conf: { os: windows-latest, target: x86_64, target-triple: x86_64-pc-windows-msvc }
# python-version: pypy3.10
# package: { name: cramjam, dir: cramjam-python }
# - conf: { os: windows-latest, target: x86_64, target-triple: x86_64-pc-windows-msvc }
# python-version: pypy3.10
# package: { name: cramjam-cli, dir: cramjam-cli }

# # Linux x86_64 pypy
# - conf: { os: ubuntu-latest, target: x86_64, target-triple: x86_64-unknown-linux-gnu, manylinux: auto }
# python-version: pypy3.9
# package: { name: cramjam, dir: cramjam-python }
# - conf: { os: ubuntu-latest, target: x86_64, target-triple: x86_64-unknown-linux-gnu, manylinux: auto }
# python-version: pypy3.9
# package: { name: cramjam-cli, dir: cramjam-cli }
# - conf: { os: ubuntu-latest, target: x86_64, target-triple: x86_64-unknown-linux-gnu, manylinux: auto }
# python-version: pypy3.10
# package: { name: cramjam, dir: cramjam-python }
# - conf: { os: ubuntu-latest, target: x86_64, target-triple: x86_64-unknown-linux-gnu, manylinux: auto }
# python-version: pypy3.10
# package: { name: cramjam-cli, dir: cramjam-cli }

# # Linux arm pypy
# - conf: { os: ubuntu-latest, target: aarch64, target-triple: aarch64-unknown-linux-gnu, manylinux: auto }
# python-version: pypy3.9
# package: { name: cramjam, dir: cramjam-python }
# - conf: { os: ubuntu-latest, target: aarch64, target-triple: aarch64-unknown-linux-gnu, manylinux: auto }
# python-version: pypy3.9
# package: { name: cramjam-cli, dir: cramjam-cli }
# - conf: { os: ubuntu-latest, target: aarch64, target-triple: aarch64-unknown-linux-gnu, manylinux: auto }
# python-version: pypy3.10
# package: { name: cramjam, dir: cramjam-python }
# - conf: { os: ubuntu-latest, target: aarch64, target-triple: aarch64-unknown-linux-gnu, manylinux: auto }
# python-version: pypy3.10
# package: { name: cramjam-cli, dir: cramjam-cli }

# # OSX x86_64 pypy
# - conf: { os: macos-13, target: x86_64, target-triple: x86_64-apple-darwin }
# python-version: pypy3.9
# package: { name: cramjam, dir: cramjam-python }
# - conf: { os: macos-13, target: x86_64, target-triple: x86_64-apple-darwin }
# python-version: pypy3.9
# package: { name: cramjam-cli, dir: cramjam-cli }
# - conf: { os: macos-13, target: x86_64, target-triple: x86_64-apple-darwin }
# python-version: pypy3.10
# package: { name: cramjam, dir: cramjam-python }
# - conf: { os: macos-13, target: x86_64, target-triple: x86_64-apple-darwin }
# python-version: pypy3.10
# package: { name: cramjam-cli, dir: cramjam-cli }

# # OSX universal2 pypy
# - conf: { os: macos-13, target: universal2, target-triple: x86_64-apple-darwin }
# python-version: pypy3.9
# package: { name: cramjam, dir: cramjam-python }
# - conf: { os: macos-13, target: universal2, target-triple: x86_64-apple-darwin }
# python-version: pypy3.9
# package: { name: cramjam-cli, dir: cramjam-cli }
# - conf: { os: macos-13, target: universal2, target-triple: x86_64-apple-darwin }
# python-version: pypy3.10
# package: { name: cramjam, dir: cramjam-python }
# - conf: { os: macos-13, target: universal2, target-triple: x86_64-apple-darwin }
# python-version: pypy3.10
# package: { name: cramjam-cli, dir: cramjam-cli }

# # OSX arm pypy
# - conf: { os: macos-13, target: aarch64, target-triple: aarch64-apple-darwin }
# python-version: pypy3.9
# package: { name: cramjam, dir: cramjam-python }
# - conf: { os: macos-13, target: aarch64, target-triple: aarch64-apple-darwin }
# python-version: pypy3.9
# package: { name: cramjam-cli, dir: cramjam-cli }
# - conf: { os: macos-13, target: aarch64, target-triple: aarch64-apple-darwin }
# python-version: pypy3.10
# package: { name: cramjam, dir: cramjam-python }
# - conf: { os: macos-13, target: aarch64, target-triple: aarch64-apple-darwin }
# python-version: pypy3.10
# package: { name: cramjam-cli, dir: cramjam-cli }
include:
# Windows x86_64 pypy
- conf: { os: windows-latest, target: x86_64, target-triple: x86_64-pc-windows-msvc }
python-version: pypy3.9
package: { name: cramjam, dir: cramjam-python }
- conf: { os: windows-latest, target: x86_64, target-triple: x86_64-pc-windows-msvc }
python-version: pypy3.9
package: { name: cramjam-cli, dir: cramjam-cli }
- conf: { os: windows-latest, target: x86_64, target-triple: x86_64-pc-windows-msvc }
python-version: pypy3.10
package: { name: cramjam, dir: cramjam-python }
- conf: { os: windows-latest, target: x86_64, target-triple: x86_64-pc-windows-msvc }
python-version: pypy3.10
package: { name: cramjam-cli, dir: cramjam-cli }

# Linux x86_64 pypy
- conf: { os: ubuntu-latest, target: x86_64, target-triple: x86_64-unknown-linux-gnu, manylinux: auto }
python-version: pypy3.9
package: { name: cramjam, dir: cramjam-python }
- conf: { os: ubuntu-latest, target: x86_64, target-triple: x86_64-unknown-linux-gnu, manylinux: auto }
python-version: pypy3.9
package: { name: cramjam-cli, dir: cramjam-cli }
- conf: { os: ubuntu-latest, target: x86_64, target-triple: x86_64-unknown-linux-gnu, manylinux: auto }
python-version: pypy3.10
package: { name: cramjam, dir: cramjam-python }
- conf: { os: ubuntu-latest, target: x86_64, target-triple: x86_64-unknown-linux-gnu, manylinux: auto }
python-version: pypy3.10
package: { name: cramjam-cli, dir: cramjam-cli }

# Linux arm pypy
- conf: { os: ubuntu-latest, target: aarch64, target-triple: aarch64-unknown-linux-gnu, manylinux: auto }
python-version: pypy3.9
package: { name: cramjam, dir: cramjam-python }
- conf: { os: ubuntu-latest, target: aarch64, target-triple: aarch64-unknown-linux-gnu, manylinux: auto }
python-version: pypy3.9
package: { name: cramjam-cli, dir: cramjam-cli }
- conf: { os: ubuntu-latest, target: aarch64, target-triple: aarch64-unknown-linux-gnu, manylinux: auto }
python-version: pypy3.10
package: { name: cramjam, dir: cramjam-python }
- conf: { os: ubuntu-latest, target: aarch64, target-triple: aarch64-unknown-linux-gnu, manylinux: auto }
python-version: pypy3.10
package: { name: cramjam-cli, dir: cramjam-cli }

# OSX x86_64 pypy
- conf: { os: macos-13, target: x86_64, target-triple: x86_64-apple-darwin }
python-version: pypy3.9
package: { name: cramjam, dir: cramjam-python }
- conf: { os: macos-13, target: x86_64, target-triple: x86_64-apple-darwin }
python-version: pypy3.9
package: { name: cramjam-cli, dir: cramjam-cli }
- conf: { os: macos-13, target: x86_64, target-triple: x86_64-apple-darwin }
python-version: pypy3.10
package: { name: cramjam, dir: cramjam-python }
- conf: { os: macos-13, target: x86_64, target-triple: x86_64-apple-darwin }
python-version: pypy3.10
package: { name: cramjam-cli, dir: cramjam-cli }

# OSX universal2 pypy
- conf: { os: macos-13, target: universal2, target-triple: x86_64-apple-darwin }
python-version: pypy3.9
package: { name: cramjam, dir: cramjam-python }
- conf: { os: macos-13, target: universal2, target-triple: x86_64-apple-darwin }
python-version: pypy3.9
package: { name: cramjam-cli, dir: cramjam-cli }
- conf: { os: macos-13, target: universal2, target-triple: x86_64-apple-darwin }
python-version: pypy3.10
package: { name: cramjam, dir: cramjam-python }
- conf: { os: macos-13, target: universal2, target-triple: x86_64-apple-darwin }
python-version: pypy3.10
package: { name: cramjam-cli, dir: cramjam-cli }

# OSX arm pypy
- conf: { os: macos-13, target: aarch64, target-triple: aarch64-apple-darwin }
python-version: pypy3.9
package: { name: cramjam, dir: cramjam-python }
- conf: { os: macos-13, target: aarch64, target-triple: aarch64-apple-darwin }
python-version: pypy3.9
package: { name: cramjam-cli, dir: cramjam-cli }
- conf: { os: macos-13, target: aarch64, target-triple: aarch64-apple-darwin }
python-version: pypy3.10
package: { name: cramjam, dir: cramjam-python }
- conf: { os: macos-13, target: aarch64, target-triple: aarch64-apple-darwin }
python-version: pypy3.10
package: { name: cramjam-cli, dir: cramjam-cli }

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d379a50

Please sign in to comment.