Skip to content

Commit

Permalink
fix(python3.12): arm installation needs libgcc-s1
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro committed Jul 17, 2024
1 parent 468955d commit 026583b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions slices/libpython3.12-stdlib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ slices:
essential:
- libbz2-1.0_libs
- libc6_libs
# Adding libgcc-s1 here because it is required for the arm arch.
# In practice, libc6 should bring it anyway, BUT, there is a circular
# dependency in the archives, where libc6 depends on libgcc-s1 and
# vice versa. We don't allow that circular dependency to exist in Chisel
# and libgcc-s1 already depends on libc6, so we'll have to include this
# line here, explicitly.
- libgcc-s1_libs
- liblzma5_libs
- libpython3.12-minimal_libs
- media-types_data
Expand Down

0 comments on commit 026583b

Please sign in to comment.