Skip to content

Commit

Permalink
fixing bazel caching and nuget windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
napetrov committed Sep 13, 2023
1 parent c032de6 commit aaa1ace
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .ci/pipeline/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,9 @@ jobs:
BAZEL_CACHE_MAX_SIZE_KB: 4194304 # Size in kilobytes ~ 4Gb
steps:
- script: |
.ci/env/bazelisk.sh
source .ci/env/bazelisk.sh
echo "##vso[task.setvariable variable=BAZEL_VERSION]${BAZEL_VERSION}"
#sourcing done to set bazel version value from script
displayName: 'install-bazel'
- script: |
.ci/scripts/describe_system.sh
Expand Down Expand Up @@ -463,7 +464,7 @@ jobs:
displayName: 'oneapi/cpp examples'
- script: |
set PATH=C:\msys64\usr\bin;%PATH%
deploy/nuget/prepare_dal_nuget.sh --release-dir $(release.dir) --build-nupkg yes
bash deploy/nuget/prepare_dal_nuget.sh --release-dir $(release.dir) --build-nupkg yes
tree -h -I include __nuget/inteldal*/
ls -lh __nuget/inteldal*.nupkg
displayName: 'nuget pkg'
Expand Down
3 changes: 3 additions & 0 deletions dev/docker/onedal-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ RUN .ci/env/apt.sh clang-format

# Installing environment for bazel
RUN .ci/env/bazelisk.sh

# Installing openBLAS dependency
RUN .ci/env/openblas.sh

0 comments on commit aaa1ace

Please sign in to comment.