summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstijn <stijn@ignitron.net>2022-01-12 14:38:45 +0100
committerDamien George <damien@micropython.org>2022-01-23 09:28:33 +1100
commitf3229590a9ce8286627f5763884328cdc970fa1d (patch)
treeada1f31efbb6b7964dd01a6324be366cb57a97fc
parentdd6967202a734fce569127c07da7ed1e07ce8bc4 (diff)
tools/ci: Test math constants with MICROPY_OBJ_REPR_D.
-rwxr-xr-xtools/ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci.sh b/tools/ci.sh
index d0c5948a8..0506a0031 100755
--- a/tools/ci.sh
+++ b/tools/ci.sh
@@ -467,7 +467,7 @@ function ci_unix_coverage_32bit_run_native_mpy_tests {
function ci_unix_nanbox_build {
# Use Python 2 to check that it can run the build scripts
- ci_unix_build_helper PYTHON=python2 VARIANT=nanbox
+ ci_unix_build_helper PYTHON=python2 VARIANT=nanbox CFLAGS_EXTRA="-DMICROPY_PY_MATH_CONSTANTS=1"
ci_unix_build_ffi_lib_helper gcc -m32
}