Skip to content

Commit

Permalink
Merge #978
Browse files Browse the repository at this point in the history
978: Fix CI failure r=taiki-e a=taiki-e



Co-authored-by: Taiki Endo <te316e89@gmail.com>
  • Loading branch information
bors[bot] and taiki-e authored Apr 25, 2023
2 parents 94e0400 + b6010ce commit cbaa0b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
echo "::set-output name=success::false"
fi
if: github.repository_owner == 'crossbeam-rs' && github.event_name == 'schedule'
- uses: taiki-e/create-pull-request@v3
- uses: peter-evans/create-pull-request@v5
with:
title: Update no_atomic.rs
body: |
Expand Down
2 changes: 1 addition & 1 deletion ci/tsan
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ race:crossbeam_deque*push
race:crossbeam_deque*steal

# Non-lock-free AtomicCell uses SeqLock which uses fences.
race:crossbeam_utils::atomic::atomic_cell::AtomicCell<T>::compare_exchange
race:crossbeam_utils::atomic::atomic_cell::atomic_compare_exchange_weak

0 comments on commit cbaa0b1

Please sign in to comment.