Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MacOS] Downgrade to XCode 11.7.0 for pkgcheck. #1056

Merged
merged 1 commit into from
Nov 10, 2021
Merged

Conversation

mtl1979
Copy link
Collaborator

@mtl1979 mtl1979 commented Oct 29, 2021

XCode 12.1.1 was removed from CI, so pkgcheck tests started to fail. We need older version, because support for ZERO_AR_DATE variable was removed in more recent versions.

@codecov
Copy link

codecov bot commented Oct 29, 2021

Codecov Report

Merging #1056 (cfabc7c) into develop (c762db1) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1056      +/-   ##
===========================================
+ Coverage    81.55%   81.56%   +0.01%     
===========================================
  Files           85       85              
  Lines         8667     8667              
  Branches      1398     1398              
===========================================
+ Hits          7068     7069       +1     
  Misses        1057     1057              
+ Partials       542      541       -1     
Flag Coverage Δ
macos_clang 70.19% <ø> (ø)
macos_gcc 68.48% <ø> (ø)
ubuntu_clang 75.42% <ø> (ø)
ubuntu_clang_debug 75.54% <ø> (ø)
ubuntu_clang_inflate_allow_invalid_dist 75.15% <ø> (ø)
ubuntu_clang_inflate_strict 75.36% <ø> (ø)
ubuntu_clang_mmap 75.39% <ø> (ø)
ubuntu_clang_msan 75.42% <ø> (ø)
ubuntu_clang_pigz 36.16% <ø> (ø)
ubuntu_clang_pigz_no_optim 40.92% <ø> (ø)
ubuntu_clang_pigz_no_threads 35.66% <ø> (ø)
ubuntu_clang_reduced_mem 75.68% <ø> (ø)
ubuntu_gcc 74.82% <ø> (ø)
ubuntu_gcc_aarch64 76.71% <ø> (ø)
ubuntu_gcc_aarch64_compat_no_opt 74.49% <ø> (ø)
ubuntu_gcc_aarch64_no_acle 76.16% <ø> (ø)
ubuntu_gcc_aarch64_no_neon 76.48% <ø> (ø)
ubuntu_gcc_armhf 76.71% <ø> (ø)
ubuntu_gcc_armhf_compat_no_opt 74.45% <ø> (ø)
ubuntu_gcc_armhf_no_acle 76.99% <ø> (ø)
ubuntu_gcc_armhf_no_neon 77.27% <ø> (ø)
ubuntu_gcc_armsf 76.72% <ø> (ø)
ubuntu_gcc_armsf_compat_no_opt 74.45% <ø> (ø)
ubuntu_gcc_compat_no_opt 75.44% <ø> (ø)
ubuntu_gcc_compat_sprefix 74.73% <ø> (ø)
ubuntu_gcc_mingw_i686 0.00% <ø> (ø)
ubuntu_gcc_mingw_x86_64 0.00% <ø> (ø)
ubuntu_gcc_no_avx2 76.78% <ø> (ø)
ubuntu_gcc_no_ctz 77.67% <ø> (ø)
ubuntu_gcc_no_ctzll 77.34% <ø> (ø)
ubuntu_gcc_no_pclmulqdq 73.56% <ø> (ø)
ubuntu_gcc_no_sse2 76.04% <ø> (ø)
ubuntu_gcc_no_sse4 73.91% <ø> (ø)
ubuntu_gcc_o3 74.03% <ø> (ø)
ubuntu_gcc_osb 76.81% <ø> (ø)
ubuntu_gcc_pigz 36.53% <ø> (+0.02%) ⬆️
ubuntu_gcc_pigz_aarch64 38.60% <ø> (+0.03%) ⬆️
ubuntu_gcc_ppc 74.51% <ø> (ø)
ubuntu_gcc_ppc64 77.55% <ø> (ø)
ubuntu_gcc_ppc64le 76.01% <ø> (ø)
ubuntu_gcc_ppc_no_power8 77.31% <ø> (ø)
ubuntu_gcc_s390x 78.64% <ø> (ø)
ubuntu_gcc_sparc64 78.58% <ø> (ø)
ubuntu_gcc_sprefix 74.51% <ø> (ø)
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 Δ
trees.c 96.44% <0.00%> (+0.27%) ⬆️

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 c762db1...cfabc7c. Read the comment docs.

@Dead2 Dead2 merged commit 564a40c into zlib-ng:develop Nov 10, 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.

None yet

3 participants