Skip to content

Commit

Permalink
build: pin manylinux image tag to fix segfault #534
Browse files Browse the repository at this point in the history
in an issue in the manylinux repo it was stated, that starting
with tags starting from 2023-09-17 a segfault can occure. And
indeed: pinning to an older tag solved the segfault in normcap,
too.
  • Loading branch information
dynobo committed Dec 1, 2023
1 parent 7823429 commit dc8fced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ requires = ["std-nslog==1.0.0"]
template = "https://github.com/beeware/briefcase-linux-appimage-template"
template_branch = "v0.3.16"
manylinux = "manylinux_2_28"
manylinux_image_tag="2023-09-16-066b049"
system_requires = [
"wget",
"tesseract",
Expand Down

0 comments on commit dc8fced

Please sign in to comment.