@@ -37,6 +37,14 @@ environment.NM = "gcc-nm"
3737environment.RANLIB = " gcc-ranlib"
3838environment.LUPA_WITH_LUA_DLOPEN = " true"
3939
40+ [[tool .cibuildwheel .overrides ]]
41+ select = " *aarch64"
42+ environment = {CFLAGS = " -O3 -g1 -pipe -fPIC -flto -march=armv8-a -mtune=cortex-a72" , AR = " gcc-ar" , NM = " gcc-nm" , RANLIB = " gcc-ranlib" , LDFLAGS = " -fPIC -flto" , LUPA_USE_BUNDLE = " true" , LUPA_WITH_LUA_DLOPEN = " true" }
43+
44+ [[tool .cibuildwheel .overrides ]]
45+ select = " *armv7l"
46+ environment = {CFLAGS = " -O3 -g1 -pipe -fPIC -flto" , AR = " gcc-ar" , NM = " gcc-nm" , RANLIB = " gcc-ranlib" , LDFLAGS = " -fPIC -flto" , LUPA_USE_BUNDLE = " true" , LUPA_WITH_LUA_DLOPEN = " true" }
47+
4048[[tool .cibuildwheel .overrides ]]
4149select = " *i686 *musllinux* *win32 *win_arm64 *macosx_x86_64 *armv7l"
4250inherit.environment = " append"
@@ -46,14 +54,6 @@ test-requires = ["abi3audit>=0.0.25"]
4654inherit.test-command = " append"
4755test-command = [" abi3audit --strict --report {wheel}" ]
4856
49- [[tool .cibuildwheel .overrides ]]
50- select = " *aarch64"
51- environment = {CFLAGS = " -O3 -g1 -pipe -fPIC -flto -march=armv8-a -mtune=cortex-a72" , AR = " gcc-ar" , NM = " gcc-nm" , RANLIB = " gcc-ranlib" , LDFLAGS = " -fPIC -flto" , LUPA_USE_BUNDLE = " true" , LUPA_WITH_LUA_DLOPEN = " true" }
52-
53- [[tool .cibuildwheel .overrides ]]
54- select = " *armv7l"
55- environment = {CFLAGS = " -O3 -g1 -pipe -fPIC -flto" , AR = " gcc-ar" , NM = " gcc-nm" , RANLIB = " gcc-ranlib" , LDFLAGS = " -fPIC -flto" , LUPA_USE_BUNDLE = " true" , LUPA_WITH_LUA_DLOPEN = " true" }
56-
5757[tool .cibuildwheel .windows ]
5858archs = [" AMD64" , " x86" , " ARM64" ]
5959test-command = " python -c \" import lupa\" && python -c \" import lupa.lua54\" && python -c \" import lupa.luajit21\" "
0 commit comments