Skip to content

Commit

Permalink
feat: disable tests in docker file gpu to save CI time
Browse files Browse the repository at this point in the history
  • Loading branch information
Optimox committed Nov 9, 2021
1 parent 423f7c4 commit 233f74e
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions Dockerfile_gpu
Expand Up @@ -69,43 +69,6 @@ RUN set -ex \
--with-system-expat \
--with-system-ffi \
--without-ensurepip \
&& make -j "$(nproc)" \
# setting PROFILE_TASK makes "--enable-optimizations" reasonable: https://bugs.python.org/issue36044 / https://github.com/docker-library/python/issues/160#issuecomment-509426916
PROFILE_TASK='-m test.regrtest --pgo \
test_array \
test_base64 \
test_binascii \
test_binhex \
test_binop \
test_bytes \
test_c_locale_coercion \
test_class \
test_cmath \
test_codecs \
test_compile \
test_complex \
test_csv \
test_decimal \
test_dict \
test_float \
test_fstring \
test_hashlib \
test_io \
test_iter \
test_json \
test_long \
test_math \
test_memoryview \
test_pickle \
test_re \
test_set \
test_slice \
test_struct \
test_threading \
test_time \
test_traceback \
test_unicode \
' \
&& make install \
&& ldconfig \
\
Expand Down

0 comments on commit 233f74e

Please sign in to comment.