Skip to content

Commit

Permalink
right name for glibc
Browse files Browse the repository at this point in the history
  • Loading branch information
taybenlor committed Dec 28, 2024
1 parent c7eaae1 commit a3c74fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sandbox/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ path = "hatch_build.py"

# Make sure deno is installed inside cibuildwheel containers
[tool.cibuildwheel.linux]
before-all = "yum install libc6 && curl -fsSL https://deno.land/install.sh | sh"
before-all = "yum install glibc && curl -fsSL https://deno.land/install.sh | sh"
environment = { "PATH" = "$HOME/.deno/bin:$PATH" }

[[tool.cibuildwheel.overrides]]
select = "*-musllinux*"
before-all = "apk add libc6"
before-all = "apk add glibc"

0 comments on commit a3c74fe

Please sign in to comment.