Skip to content

Workaround failing MacOS CI builds #1122

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

Closed

Conversation

ldorau
Copy link
Contributor

@ldorau ldorau commented Feb 21, 2025

Building of UMF sometimes fails on MacOS, because of multi-job compilation of jemalloc built from sources:

install: mkdir /Users/runner/work/unified-memory-framework/unified-memory-framework/build/_deps/jemalloc_targ-build/share: File exists

See: https://github.com/oneapi-src/unified-memory-framework/actions/runs/13454622713/job/37596581185

Add one-job compilation to workaround this error.

Ref: #1128

Description

Checklist

  • Code compiles without errors locally
  • All tests pass locally
  • CI workflows execute properly

@ldorau ldorau requested a review from a team as a code owner February 21, 2025 10:57
@ldorau ldorau marked this pull request as draft February 21, 2025 12:38
Building of UMF sometimes fails on MacOS, because of multi-job
compilation of jemalloc built from sources:

install: mkdir /Users/runner/work/unified-memory-framework/unified-memory-framework/build/_deps/jemalloc_targ-build/share: File exists

Add one-job compilation to workaround this error.

Signed-off-by: Lukasz Dorau <[email protected]>
@ldorau ldorau force-pushed the Workaround_failing_MacOS_CI_builds branch from 3a4112e to 7eeb2a9 Compare February 21, 2025 12:45
@ldorau ldorau marked this pull request as ready for review February 21, 2025 12:59
@ldorau ldorau requested a review from igchor February 21, 2025 14:16
@ldorau
Copy link
Contributor Author

ldorau commented Feb 21, 2025

@igchor This is a workaround for sporadic failing MacOS build.

@ldorau
Copy link
Contributor Author

ldorau commented Feb 24, 2025

@ldorau
Copy link
Contributor Author

ldorau commented Feb 24, 2025

Ref: #1128

@ldorau
Copy link
Contributor Author

ldorau commented Feb 24, 2025

Replaced with #1129

@ldorau ldorau closed this Feb 24, 2025
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.

2 participants