Skip to content

Commit

Permalink
1. Enabled OpenMP 2. Dump test YAML file to stdout 3. Add docs depend…
Browse files Browse the repository at this point in the history
…encies to mypy.
  • Loading branch information
sandeepd-nv committed Aug 29, 2023
1 parent 217241b commit 74efc4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions continuous_integration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ ENV AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
ARG AWS_SECRET_ACCESS_KEY
ENV AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}

ENV USE_OPENMP=ON

COPY --chown=coder:coder .creds /run/secrets

RUN entrypoint build-cunumeric-all
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ generate_conda_env_yaml_file_for_test() {

sed -i -re "s/legate-test/${DEFAULT_CONDA_ENV:-legate}/g" "${yaml_file}";

echo "\"$@\" YAML file: ${yaml_file}"
cat ${yaml_file}

mkdir -p /tmp/out
cp "${yaml_file}" /tmp/out
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test-cunumeric() {
"mypy")
echo "Executing mypy..."
shift;
update_conda_env_using_section tests
update_conda_env_using_section tests docs
cd cunumeric
set -- mypy cunumeric
;;
Expand Down

0 comments on commit 74efc4e

Please sign in to comment.