Skip to content

Commit

Permalink
actually running code in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
napetrov committed Sep 16, 2023
1 parent b2dadb9 commit f8a3e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-validation-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- name: Building DAAL
run: docker run onedal-dev .ci/scripts/build.sh --compiler gnu --optimizations avx2 --target daal --conda-env ci-env
- name: Building oneDAL
run: .ci/scripts/build.sh --compiler gnu --optimizations avx2 --target oneapi_c
run: docker run onedal-dev .ci/scripts/build.sh --compiler gnu --optimizations avx2 --target oneapi_c
- name: Building oneDAL with bazel
run: bazel build :release
run: docker run onedal-dev bazel build :release

0 comments on commit f8a3e63

Please sign in to comment.