Skip to content

Fix uninstallation random failures on Windows #392

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 29, 2024

Conversation

PatKamin
Copy link
Contributor

Description

On Windows, the 'uninstall' target failed randomly. The CMake command used for deleting files, 'cmake -E remove' seems to be not reliable. Changing the tool used for files deletion to 'rm'.

Checklist

  • Code compiles without errors locally
  • All tests pass locally
  • CI workflows execute properly
  • CI workflows, not executed per PR (e.g. Nightly), execute properly
  • New tests added, especially if they will fail without my changes
  • Added/extended example(s) to cover this functionality
  • Extended the README/documentation
  • All newly added source files have a license
  • All newly added source files are referenced in CMake files
  • Logger (with debug/info/... messages) is used

@PatKamin PatKamin requested a review from a team as a code owner March 26, 2024 14:21
@PatKamin PatKamin force-pushed the fix-uninstallation-test branch from 6957065 to 60f76be Compare March 27, 2024 05:19
ldorau
ldorau previously requested changes Mar 27, 2024
On Windows, the 'uninstall' target failed randomly. The CMake command
used for deleting files, 'cmake -E remove' seems to be not reliable.
Changing the command used for files deletion to 'FILE(REMOVE ...)'.
@PatKamin PatKamin force-pushed the fix-uninstallation-test branch from 60f76be to cb36c43 Compare March 29, 2024 08:22
@lukaszstolarczuk lukaszstolarczuk dismissed ldorau’s stale review March 29, 2024 08:41

Issue resolved, 2 other approves given

@bratpiorka bratpiorka merged commit 3e82a26 into oneapi-src:main Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants