File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9191 env :
9292 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9393 run : |
94- # If this is not the first of the month, stop here.
95- if [[ $(date -u +%d) != "01" ]] ; then
96- echo "It's not the first of a month , so there will be no PR."
94+ # If the `rust-version` file already has the right month, stop here
95+ if grep -q "nightly- $(date -u +%Y-%m)" rust-version ; then
96+ echo "`rust-version` is already reasonably up-to-date , so there will be no PR."
9797 exit 0
9898 fi
9999 # Create commit
Original file line number Diff line number Diff line change 5555 ;;
5656std)
5757 # Modules that we skip because they need a lot of shims we don't support.
58- SKIP=" fs:: net:: process:: sys::fd:: sys::pal:: "
58+ SKIP=" fs:: net:: process:: sys::"
5959
6060 # A 64bit little-endian and a 32bit big-endian target,
6161 # as well as targets covering all major OSes and both ABIs on Windows.
Original file line number Diff line number Diff line change 1- nightly-2025-08-01
1+ nightly-2025-09-06
You can’t perform that action at this time.
0 commit comments