Skip to content

Commit

Permalink
Cirrus CI macOS arm64: Work around sporadic core.thread.fiber-shared …
Browse files Browse the repository at this point in the history
…failures (ldc-developers#4418)

Not sure if it's just the *-shared variant; we'll see.
  • Loading branch information
kinke authored Jun 6, 2023
1 parent ef0719f commit f21241b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ common_steps_template: &COMMON_STEPS_TEMPLATE
excludes+='|^std.math.exponential(-shared)?$'
# FIXME: failure
excludes+='|^druntime-test-exceptions-debug$'
elif [[ "$CI_OS-$CI_ARCH" == "osx-arm64" ]]; then
# FIXME: sporadic segfaults/bus errors with enabled optimizations
excludes+='|^core.thread.fiber-shared$'
fi
ctest -j$PARALLELISM --output-on-failure -E "$excludes"
Expand Down

0 comments on commit f21241b

Please sign in to comment.