Skip to content

Commit

Permalink
fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zommiommy committed Jun 14, 2024
1 parent b68665c commit 535ca05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
#if: "startsWith(github.ref, 'refs/tags/')"
container:
image: quay.io/pypa/musllinux_1_1_x86_64
image: quay.io/pypa/manylinux2014_x86_64
env:
RUSTFLAGS: "" # for some reason it has -D warnings by default
steps:
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def compile_target(target_name, target_settings, WHEELS_FOLDER, settings):
os_name = platform.system().strip().lower()
print(os_name)
if os_name == "linux":
zig = "--compatibility manylinux_1_1"
zig = "--compatibility manylinux2014"
env = {
#"CXXFLAGS": "-stdlib=libc++",
#"CFLAGS": "-stdlib=libc++"
Expand Down

0 comments on commit 535ca05

Please sign in to comment.