Skip to content

Workaround for installation failure of wine32.#1063

Merged
Dead2 merged 1 commit intozlib-ng:developfrom
mtl1979:wine
Dec 8, 2021
Merged

Workaround for installation failure of wine32.#1063
Dead2 merged 1 commit intozlib-ng:developfrom
mtl1979:wine

Conversation

@mtl1979
Copy link
Copy Markdown
Collaborator

@mtl1979 mtl1979 commented Dec 4, 2021

Fixes version mismatch between i386 and amd64 packages of dependencies.

@codecov
Copy link
Copy Markdown

codecov bot commented Dec 4, 2021

Codecov Report

Merging #1063 (03de660) into develop (330445c) will decrease coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1063      +/-   ##
===========================================
- Coverage    80.14%   80.06%   -0.09%     
===========================================
  Files           86       86              
  Lines         8800     8807       +7     
  Branches      1414     1415       +1     
===========================================
- Hits          7053     7051       -2     
- Misses        1192     1199       +7     
- Partials       555      557       +2     
Flag Coverage Δ
macos_clang 69.58% <ø> (ø)
macos_gcc 68.03% <ø> (ø)
ubuntu_clang 70.11% <ø> (ø)
ubuntu_clang_debug 69.32% <ø> (ø)
ubuntu_clang_inflate_allow_invalid_dist 69.98% <ø> (ø)
ubuntu_clang_inflate_strict 70.03% <ø> (ø)
ubuntu_clang_mmap 70.11% <ø> (ø)
ubuntu_clang_msan 70.11% <ø> (ø)
ubuntu_clang_pigz 34.98% <ø> (ø)
ubuntu_clang_pigz_no_optim 39.68% <ø> (ø)
ubuntu_clang_pigz_no_threads 34.62% <ø> (ø)
ubuntu_clang_reduced_mem 70.24% <ø> (ø)
ubuntu_gcc 69.02% <ø> (ø)
ubuntu_gcc_aarch64 70.52% <ø> (ø)
ubuntu_gcc_aarch64_compat_no_opt 68.79% <ø> (ø)
ubuntu_gcc_aarch64_no_acle 69.66% <ø> (ø)
ubuntu_gcc_aarch64_no_neon 69.72% <ø> (ø)
ubuntu_gcc_armhf 70.48% <ø> (ø)
ubuntu_gcc_armhf_compat_no_opt 68.76% <ø> (ø)
ubuntu_gcc_armhf_no_acle 70.72% <ø> (ø)
ubuntu_gcc_armhf_no_neon 70.75% <ø> (ø)
ubuntu_gcc_armsf 70.49% <ø> (ø)
ubuntu_gcc_armsf_compat_no_opt 68.76% <ø> (ø)
ubuntu_gcc_compat_no_opt 70.06% <ø> (ø)
ubuntu_gcc_compat_sprefix 68.71% <ø> (ø)
ubuntu_gcc_mingw_i686 0.00% <ø> (?)
ubuntu_gcc_mingw_x86_64 0.00% <ø> (ø)
ubuntu_gcc_no_avx2 70.65% <ø> (ø)
ubuntu_gcc_no_ctz 70.99% <ø> (ø)
ubuntu_gcc_no_ctzll 70.69% <ø> (ø)
ubuntu_gcc_no_pclmulqdq 67.29% <ø> (ø)
ubuntu_gcc_no_sse2 68.36% <ø> (ø)
ubuntu_gcc_no_sse4 69.30% <ø> (ø)
ubuntu_gcc_o3 69.79% <ø> (ø)
ubuntu_gcc_osb 70.76% <ø> (ø)
ubuntu_gcc_pigz 34.78% <ø> (-0.03%) ⬇️
ubuntu_gcc_pigz_aarch64 37.30% <ø> (-0.07%) ⬇️
ubuntu_gcc_ppc 68.26% <ø> (ø)
ubuntu_gcc_ppc64 72.13% <ø> (ø)
ubuntu_gcc_ppc64le 70.50% <ø> (ø)
ubuntu_gcc_ppc_no_power8 70.87% <ø> (ø)
ubuntu_gcc_s390x 73.30% <ø> (ø)
ubuntu_gcc_sparc64 72.09% <ø> (ø)
ubuntu_gcc_sprefix 68.55% <ø> (ø)
win64_gcc ∅ <ø> (∅)
win64_gcc_compat_no_opt ∅ <ø> (∅)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
functable.c 75.80% <0.00%> (-2.97%) ⬇️
trees.c 73.49% <0.00%> (-0.55%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 330445c...03de660. Read the comment docs.

@nmoinvaz
Copy link
Copy Markdown
Member

nmoinvaz commented Dec 4, 2021

The one CI that was failing passes so LGTM.

@Dead2 Dead2 merged commit 20f8dc0 into zlib-ng:develop Dec 8, 2021
Dead2 added a commit that referenced this pull request Dec 13, 2021
 - Fix hangs on macOS #1031
 - Fix minideflate write buffers being overwritten #1060
 - Fix build problems when building outside of source dir #1049
 - Fix build problems on arm2-7 #1030
 - Fixed some compile warnings #1020 #1036 #1037 #1048
 - Improved posix memalign support #888
 - Improvements to testing #637 #1026 #1035 #1051 #1056 #1063 #1067
 - Improvements for integration into other projects #1022 #1042
 - Code style fixes #637 #1040 #1050
@Dead2 Dead2 mentioned this pull request Dec 13, 2021
Dead2 added a commit that referenced this pull request Dec 20, 2021
 - Fix hangs on macOS #1031
 - Fix minideflate write buffers being overwritten #1060
 - Fix deflateBound and compressBound returning too small size estimates #1071
 - Fix build problems when building outside of source dir #1049
 - Fix build problems on arm2-7 #1030
 - Fixed some compile warnings #1020 #1036 #1037 #1048
 - Improved posix memalign support #888
 - Improvements to testing #637 #1026 #1032 #1035 #1051 #1056 #1063 #1067
 - Improvements for integration into other projects #1022 #1042
 - Code style fixes #637 #1040 #1050 #1075
Dead2 added a commit that referenced this pull request Dec 20, 2021
 - Fix hangs on macOS #1031
 - Fix minideflate write buffers being overwritten #1060
 - Fix deflateBound and compressBound returning too small size estimates #1071
 - Fix build problems when building outside of source dir #1049
 - Fix build problems on arm2-7 #1030
 - Fixed some compile warnings #1020 #1036 #1037 #1048
 - Improved posix memalign support #888
 - Improvements to testing #637 #1026 #1032 #1035 #1051 #1056 #1063 #1067
 - Improvements for integration into other projects #1022 #1042
 - Code style fixes #637 #1040 #1050 #1075
Dead2 added a commit that referenced this pull request Dec 20, 2021
 - Fix hangs on macOS #1031
 - Fix minideflate write buffers being overwritten #1060
 - Fix deflateBound and compressBound returning too small size estimates #1071
 - Fix build problems when building outside of source dir #1049
 - Fix build problems on arm2-7 #1030
 - Fixed some compile warnings #1020 #1036 #1037 #1048
 - Improved posix memalign support #888
 - Improvements to testing #637 #1026 #1032 #1035 #1051 #1056 #1063 #1067
 - Improvements for integration into other projects #1022 #1042
 - Code style fixes #637 #1040 #1050 #1075
Dead2 added a commit that referenced this pull request Dec 20, 2021
 - Fix hangs on macOS #1031
 - Fix minideflate write buffers being overwritten #1060
 - Fix deflateBound and compressBound returning too small size estimates #1049 #1071
 - Fix incorrect function declaration warning #1080
 - Fix build problems when building outside of source dir #1049
 - Fix build problems on arm2-7 #1030
 - Fixed some compile warnings #1020 #1036 #1037 #1048
 - Improved posix memalign support #888
 - Improvements to testing #637 #1026 #1032 #1035 #1049 #1051 #1056 #1063 #1067
 - Improvements for integration into other projects #1022 #1042
 - Code style fixes #637 #1040 #1050 #1075
Dead2 added a commit that referenced this pull request Dec 20, 2021
 - Fix hangs on macOS #1031
 - Fix minideflate write buffers being overwritten #1060
 - Fix deflateBound and compressBound returning too small size estimates #1049 #1071
 - Fix incorrect function declaration warning #1080
 - Fix build problems when building outside of source dir #1049
 - Fix build problems on arm2-7 #1030
 - Fixed some compile warnings #1020 #1036 #1037 #1048
 - Improved posix memalign support #888
 - Improvements to testing #637 #1026 #1032 #1035 #1049 #1051 #1056 #1063 #1067 #1079
 - Improvements for integration into other projects #1022 #1042
 - Code style fixes #637 #1040 #1050 #1075
Dead2 added a commit that referenced this pull request Dec 24, 2021
 - Fix hangs on macOS #1031
 - Fix minideflate write buffers being overwritten #1060
 - Fix deflateBound and compressBound returning too small size estimates #1049 #1071
 - Fix incorrect function declaration warning #1080
 - Fix build problems when building outside of source dir #1049
 - Fix build problems on arm2-7 #1030
 - Fixed some compile warnings #1020 #1036 #1037 #1048
 - Improved posix memalign support #888
 - Improvements to testing #637 #1026 #1032 #1035 #1049 #1051 #1056 #1063 #1067 #1079
 - Improvements for integration into other projects #1022 #1042
 - Code style fixes #637 #1040 #1050 #1075
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants