Skip to content

Commit

Permalink
merging docker commands in one
Browse files Browse the repository at this point in the history
  • Loading branch information
napetrov committed Sep 16, 2023
1 parent ee81610 commit e7a1e4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-validation-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
- name: Build docker image
run: docker build . --file dev/docker/onedal-dev.Dockerfile --tag onedal-dev:latest
- name: Building oneDAL
run: docker run onedal-dev sh -c " \
.ci/scripts/build.sh --compiler gnu --optimizations avx2 --target daal --conda-env ci-env; \
.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 daal --conda-env ci-env
- name: Building oneDAL with bazel
run: docker run onedal-dev bazel build :release

0 comments on commit e7a1e4f

Please sign in to comment.