Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
steps:

- name: Checkout code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will fail and should be backed out

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do I need to do something for this? should I file another PR from my fork?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can fetch this branch from regro-cf-autotick-bot’s fork and then push to that branch, which will upate this PR or create a new PR from a branch on your fork with these commits and then continue, whatever is easiest for you. You could also edit this from the github UI and commit it directly

note that by making a commit to revert this change, you will trigger cirun and hopefully that will now succeed.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

created a new PR from my fork here:
#245


- name: Build on Linux
id: build-linux
Expand Down Expand Up @@ -121,4 +121,4 @@ jobs:
UPLOAD_PACKAGES: ${{ matrix.UPLOAD_PACKAGES }}
BINSTAR_TOKEN: ${{ secrets.BINSTAR_TOKEN }}
FEEDSTOCK_TOKEN: ${{ secrets.FEEDSTOCK_TOKEN }}
STAGING_BINSTAR_TOKEN: ${{ secrets.STAGING_BINSTAR_TOKEN }}
STAGING_BINSTAR_TOKEN: ${{ secrets.STAGING_BINSTAR_TOKEN }}
1 change: 1 addition & 0 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
schema_version: 1

context:
version: "2.50.0"
version: "2.50.1"

recipe:
name: ray-packages
version: ${{ version }}

source:
url: https://github.com/ray-project/ray/archive/ray-${{ version }}.tar.gz
sha256: e2559ae35e2158562534d01a022fdf2892909ad4b2351236bcf8896ede5bf789
sha256: 0c177a01c3e965b025de61ba9d67b364e41938c78f537ba52491d42c8e23ca04
patches:
- patches/0001-Disable-making-entry-scripts.patch
- patches/0002-Ignore-warnings-in-event.cc-and-logging.cc.patch
Expand Down
Loading