ci: add macos deployment target to cibw envs #122
Annotations
11 warnings and 1 notice
src/spreadinterp.cpp#L459
format '%ld' expects argument of type 'long int', but argument 3 has type 'long long unsigned int' [-Wformat=]
|
src/spreadinterp.cpp#L2271
format '%ld' expects argument of type 'long int', but argument 2 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
|
src/spreadinterp.cpp#L2271
format '%ld' expects argument of type 'long int', but argument 3 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
|
src/spreadinterp.cpp#L937
unused variable 'alignment' [-Wunused-variable]
|
src/spreadinterp.cpp#L1090
unused variable 'alignment' [-Wunused-variable]
|
src/spreadinterp.cpp#L1255
unused variable 'alignment' [-Wunused-variable]
|
src/spreadinterp.cpp#L1257
unused variable 'ker23_size' [-Wunused-variable]
|
src/spreadinterp.cpp#L937
unused variable 'alignment' [-Wunused-variable]
|
src/spreadinterp.cpp#L1090
unused variable 'alignment' [-Wunused-variable]
|
src/spreadinterp.cpp#L1255
unused variable 'alignment' [-Wunused-variable]
|
|
Setting SYSTEM_VERSION_COMPAT=0 to ensure CPython 3.8 can get correct macOS version and allow installation of wheels with MACOSX_DEPLOYMENT_TARGET >= 11.0. See https://github.com/pypa/cibuildwheel/issues/1767 for the details.
|
This job succeeded
Loading