Skip to content

Commit

Permalink
try remove Windows x86 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gschoeni committed Jun 9, 2023
1 parent 48b1eea commit 9e1948c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ jobs:
rust-target: "x86_64-apple-darwin",
name: "macOS x64"
},
{
os: "windows-latest",
python-architecture: "x86",
rust-target: "i686-pc-windows-msvc",
name: "Windows x86"
},
# {
# os: "windows-latest",
# python-architecture: "x86",
# rust-target: "i686-pc-windows-msvc",
# name: "Windows x86"
# },
{
os: "windows-latest",
python-architecture: "x64",
Expand Down
4 changes: 4 additions & 0 deletions oxen/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions oxen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ pyo3-log = "0.8.1"
tokio = { version = "1", features = ["full"] }
pyo3-polars = "0.3.0"
liboxen = "0.6.1"

[build-dependencies]
cc = { version = "1.0", features = ["parallel"] }
bindgen = { version = "0.65", default-features = false, features = ["runtime"] }
glob = "0.3"
pkg-config = { version = "0.3", optional = true }
2 changes: 1 addition & 1 deletion oxen/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin>=0.14,<0.15"]
requires = ["maturin>=0.12,<0.13"]
build-backend = "maturin"

[project]
Expand Down

0 comments on commit 9e1948c

Please sign in to comment.