diff options
| author | stijn <stijn@ignitron.net> | 2022-01-12 14:38:45 +0100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-01-23 09:28:33 +1100 |
| commit | f3229590a9ce8286627f5763884328cdc970fa1d (patch) | |
| tree | ada1f31efbb6b7964dd01a6324be366cb57a97fc | |
| parent | dd6967202a734fce569127c07da7ed1e07ce8bc4 (diff) | |
tools/ci: Test math constants with MICROPY_OBJ_REPR_D.
| -rwxr-xr-x | tools/ci.sh | 2 |
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 } |
