Skip to content

Commit

Permalink
#197: Try building nvcc tests sequentially
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller committed Jun 1, 2022
1 parent 3508ee1 commit 9030e0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/docker/ubuntu-18.04-nvidia-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ ENV CHECKPOINT_DOXYGEN_ENABLED=${CHECKPOINT_DOXYGEN_ENABLED} \
CHECKPOINT_ASAN_ENABLED=${CHECKPOINT_ASAN_ENABLED} \
CHECKPOINT_UBSAN_ENABLED=${CHECKPOINT_UBSAN_ENABLED} \
CHECKPOINT_SERIALIZATION_ERROR_CHECKING_ENABLED=${CHECKPOINT_SERIALIZATION_ERROR_CHECKING_ENABLED} \
CMAKE_GENERATOR="Unix Makefiles" \
CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}

RUN /checkpoint/ci/build_cpp.sh /checkpoint /build
Expand Down

0 comments on commit 9030e0f

Please sign in to comment.