Skip to content

Commit

Permalink
Enable
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Jan 19, 2024
1 parent 0d07462 commit 6679404
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,12 @@ jobs:
- target: s390x-unknown-linux-gnu
arch: s390x
gcc: s390x-linux-gnu-gcc
# - target: powerpc64le-unknown-linux-gnu
# arch: ppc64le
# gcc: cmake # powerpc64le-linux-gnu-gcc
# - target: powerpc64-unknown-linux-gnu
# arch: ppc64
# gcc: powerpc-linux-gnu-gcc
- target: powerpc64le-unknown-linux-gnu
arch: ppc64le
gcc: cmake # powerpc64le-linux-gnu-gcc
- target: powerpc64-unknown-linux-gnu
arch: ppc64
gcc: powerpc-linux-gnu-gcc

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ dirs = { version = "5.0.1" }
# This tells flate2 (and all libraries that depend on it, including async_compression
# and async_zip) to use zlib-ng, which about 2x faster than the default flate2 backend
# at decompression. See https://github.com/rust-lang/flate2-rs#backends
# Okay, so we can't get this to work on s390x. It does work on arm.

flate2 = { version = "1.0.28" } #, features = ["zlib-ng"], default-features = false }
fs-err = { version = "2.11.0" }
fs2 = { version = "0.4.3" }
Expand Down

0 comments on commit 6679404

Please sign in to comment.