Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr-Solovev committed Aug 27, 2024
1 parent 8df5ba3 commit ac69218
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .ci/pipeline/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -536,9 +536,9 @@ jobs:
# uncomment after bazel or other fixes
# - script: |
# export DALROOT=`pwd`/bazel-bin/release/daal/latest
# bazel test //examples/oneapi/cpp:all \
# --test_link_mode=release_dynamic \
# --test_thread_mode=par
# bazel test //examples/oneapi/cpp:all \
# --test_link_mode=release_dynamic \
# --test_thread_mode=par
# displayName: 'cpp-examples-thread-release-dynamic'

- script: |
Expand Down
16 changes: 0 additions & 16 deletions cpp/daal/src/algorithms/export_win32e.def
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,3 @@
;===============================================================================

EXPORTS
fpk_serv_malloc
fpk_serv_free
fpk_serv_memcpy_s
fpk_serv_lock
fpk_serv_unlock
fpk_serv_strnlen_s
fpk_serv_strncpy_s
fpk_serv_strncat_s
fpk_serv_thread_yield
fpk_serv_core_register_cleanup
fpk_serv_calloc
fpk_serv_printf_s
fpk_serv_memmove_s
fpk_serv_realloc
fpk_serv_print
fpk_serv_exit

0 comments on commit ac69218

Please sign in to comment.